We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca373f commit e26adafCopy full SHA for e26adaf
elastic_secure/readme.md
@@ -46,13 +46,13 @@ Follow these steps to set up Elastic DB and Kibana using Docker Desktop:
46
- create private key
47
48
```bash
49
- openssl genpkey -algorithm RSA -out certs/ca/ca.key
+ openssl genpkey -algorithm RSA -out certs/ca/ca.key
50
```
51
52
- private certificate
53
54
55
- openssl req -x509 -new -key certs/ca/ca.key -out certs/ca/ca.crt
+ openssl req -x509 -new -key certs/ca/ca.key -out certs/ca/ca.crt -days 36500
56
57
58
- after this you will see certs folder with ca certificates.
0 commit comments