Commit aa2839f
Clarify adminconsole certs (#2754)
## Description
To address issue: #2747
Two main edits:
* To generate RSA private key, it needs to have `-----BEGIN RSA PRIVATE
KEY-----` (openssl with `-traditional` option but not default one) and
must not be `-----BEGIN PRIVATE KEY-----`, otherwise user will get
`cert.invalid_cert_chain` error.
* (I discussed this with @geekpete and @mailahmeduk for quite in-depth
about how to get around of this issue so I'd like to explicitly call
this out)
* Add the doc part for `Adminconsole` cert added in ECE 3.8 (maybe
@eedugon I need to raise issue in our internal cloud repo and back port
it to 3.8?)
## Reviewers
* Requested @AlexP-Elastic or @beiske for your review as you are the
reporter of this adminconsole cert issue internally
([this](https://elasticco.atlassian.net/browse/CP-11302) and
[this](https://elasticco.atlassian.net/browse/CP-11126))
* Also, docs team, please help review from docs perspective 🙏
## Preview
* Before PR merge:
[deploy-manage/security/secure-your-elastic-cloud-enterprise-installation/manage-security-certificates.md](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/2754/deploy-manage/security/secure-your-elastic-cloud-enterprise-installation/manage-security-certificates)
* After PR merge:
https://www.elastic.co/docs/deploy-manage/security/secure-your-elastic-cloud-enterprise-installation/manage-security-certificates
---
Thank you!
---------
Co-authored-by: Edu González de la Herrán <[email protected]>1 parent 4c93dd9 commit aa2839f
File tree
1 file changed
+34
-0
lines changed- deploy-manage/security/secure-your-elastic-cloud-enterprise-installation
1 file changed
+34
-0
lines changedLines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
63 | 78 | | |
64 | 79 | | |
65 | 80 | | |
| |||
295 | 310 | | |
296 | 311 | | |
297 | 312 | | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
298 | 332 | | |
299 | 333 | | |
300 | 334 | | |
| |||
0 commit comments