File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,9 @@ Generate a chain manually. The password for the private key is `gently`:
75
75
``` bash
76
76
mkdir -p /tmp/httpschain
77
77
openssl genrsa -out /tmp/httpschain/cert.key 2048
78
- openssl req -new -key /tmp/httpschain/cert.key -out /tmp/httpschain/cert.csr -config=testdata/fake-ca.cfg
79
- openssl x509 -req -days 3650 -in /tmp/httpschain/cert.csr -CAkey testdata/fake-ca.privkey.pem -CA testdata/fake-ca.cert -outform pem -out /tmp/httpschain/chain.pem -provider legacy -provider default
80
- cat testdata/fake-ca.cert >> /tmp/httpschain/chain.pem
78
+ openssl req -new -key /tmp/httpschain/cert.key -out /tmp/httpschain/cert.csr -config=internal/ testdata/fake-ca.cfg
79
+ openssl x509 -req -days 3650 -in /tmp/httpschain/cert.csr -CAkey internal/ testdata/fake-ca.privkey.pem -CA internal/ testdata/fake-ca.cert -outform pem -out /tmp/httpschain/chain.pem -provider legacy -provider default
80
+ cat internal/ testdata/fake-ca.cert >> /tmp/httpschain/chain.pem
81
81
```
82
82
83
83
Finally, submit the chain to the SCTFE:
You can’t perform that action at this time.
0 commit comments