Fix boulder integration test keypath

This commit is contained in:
Joona Hoikkala 2018-02-06 11:50:45 +02:00
parent eb952a5878
commit e36c1bb0de
No known key found for this signature in database
GPG key ID: 1708DAE66E87A524

View file

@ -251,7 +251,7 @@ openssl x509 -in "${root}/csr/chain.pem" -text
common --domains le3.wtf install \
--cert-path "${root}/csr/cert.pem" \
--key-path "${root}/csr/key.pem"
--key-path "${root}/key.pem"
CheckCertCount() {
CERTCOUNT=`ls "${root}/conf/archive/$1/cert"* | wc -l`