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 a86ad5b commit a1dbd1cCopy full SHA for a1dbd1c
tests/data/generate-crts/README.md
@@ -5,8 +5,9 @@
5
6
```
7
openssl genrsa -out ca.key 2048
8
-
9
openssl req -x509 -new -nodes -key ca.key -sha256 -days 3650 -out ca.crt -subj "/CN=test-root-ca"
10
11
12
Then use `generate-test-certs.sh` to generate storage and database certs, which then are used in tests.
+
13
+`ca.srl` is a file created by the script as well.
0 commit comments