mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Fix boulder integration test keypath
This commit is contained in:
parent
eb952a5878
commit
e36c1bb0de
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in a new issue