Skip to content

Commit e26adaf

Browse files
committed
small change for readme
1 parent eca373f commit e26adaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elastic_secure/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ Follow these steps to set up Elastic DB and Kibana using Docker Desktop:
4646
- create private key
4747

4848
```bash
49-
openssl genpkey -algorithm RSA -out certs/ca/ca.key
49+
openssl genpkey -algorithm RSA -out certs/ca/ca.key
5050
```
5151

5252
- private certificate
5353

5454
```bash
55-
openssl req -x509 -new -key certs/ca/ca.key -out certs/ca/ca.crt
55+
openssl req -x509 -new -key certs/ca/ca.key -out certs/ca/ca.crt -days 36500
5656
```
5757

5858
- after this you will see certs folder with ca certificates.

0 commit comments

Comments
 (0)