Skip to content

Commit a1dbd1c

Browse files
committed
docs: readme for generated certs
1 parent a86ad5b commit a1dbd1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/data/generate-crts/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

66
```
77
openssl genrsa -out ca.key 2048
8-
98
openssl req -x509 -new -nodes -key ca.key -sha256 -days 3650 -out ca.crt -subj "/CN=test-root-ca"
109
```
1110

1211
Then use `generate-test-certs.sh` to generate storage and database certs, which then are used in tests.
12+
13+
`ca.srl` is a file created by the script as well.

0 commit comments

Comments
 (0)