This commit is contained in:
AJ ONeal 2016-06-27 18:08:25 -06:00 committato da GitHub
parent 37c8573714
commit 2141fae373
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni

Vedi File

@ -52,3 +52,4 @@ openssl rsa \
# Put things in their proper place
rsync -a certs/ca/my-root-ca.crt.pem certs/server/chain.pem
rsync -a certs/ca/my-root-ca.crt.pem certs/client/chain.pem
cat certs/server/cert.pem certs/server/chain.pem > certs/server/fullchain.pem