Boulder integration scripts provides a cert_path

This commit is contained in:
sagi 2016-05-16 22:11:15 +00:00
parent f092669347
commit c0228ef1aa

View file

@ -43,7 +43,7 @@ export CSR_PATH="${root}/csr.der" KEY_PATH="${root}/key.pem" \
common auth --csr "$CSR_PATH" \
--cert-path "${root}/csr/cert.pem" \
--chain-path "${root}/csr/chain.pem"
openssl x509 -in "${root}/csr/0000_cert.pem" -text
openssl x509 -in "${root}/csr/cert.pem" -text
openssl x509 -in "${root}/csr/0000_chain.pem" -text
common --domains le3.wtf install \