Skip to content

Commit d6dc31c

Browse files
authored
Add missing internal/ to testdata paths (#205)
1 parent a231182 commit d6dc31c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deployment/live/gcp/test/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ Generate a chain manually. The password for the private key is `gently`:
7575
```bash
7676
mkdir -p /tmp/httpschain
7777
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
8181
```
8282

8383
Finally, submit the chain to the SCTFE:

0 commit comments

Comments
 (0)