summaryrefslogtreecommitdiffstats
path: root/modules/certbot
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-11 13:42:07 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-11 13:42:07 -0400
commite838540f23e3dfa7cb41b90cb5d922dd7608d77f (patch)
tree354829b2d6fa21c9fb1d2b33cdf6b595ae4928ed /modules/certbot
parent992ce5cdba5d41dbf70ca5fc457e39b43f1780a5 (diff)
downloadpuppet-tozt-e838540f23e3dfa7cb41b90cb5d922dd7608d77f.tar.gz
puppet-tozt-e838540f23e3dfa7cb41b90cb5d922dd7608d77f.zip
don't use a password when generating the .pfx file
Diffstat (limited to 'modules/certbot')
-rw-r--r--modules/certbot/files/generate-pfx2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/certbot/files/generate-pfx b/modules/certbot/files/generate-pfx
index 62d2258..6b60ef8 100644
--- a/modules/certbot/files/generate-pfx
+++ b/modules/certbot/files/generate-pfx
@@ -3,4 +3,4 @@ set -eu
set -o pipefail
cd "$RENEWED_LINEAGE"
-openssl pkcs12 -export -out identity.pfx -inkey privkey.pem -in cert.pem -certfile chain.pem
+openssl pkcs12 -export -out identity.pfx -inkey privkey.pem -in cert.pem -certfile chain.pem -passout pass: