mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Boulder integration scripts provides a cert_path
This commit is contained in:
parent
f092669347
commit
c0228ef1aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue