diff options
Diffstat (limited to 'letsencrypt-helpers/make-combined-crt')
-rwxr-xr-x | letsencrypt-helpers/make-combined-crt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/letsencrypt-helpers/make-combined-crt b/letsencrypt-helpers/make-combined-crt index 0dc2a68..2c6dc59 100755 --- a/letsencrypt-helpers/make-combined-crt +++ b/letsencrypt-helpers/make-combined-crt @@ -41,7 +41,7 @@ fi if [ -e "$cn-letsencrypt.pem" ] ; then pem="$cn-letsencrypt.pem" - chain="extra/letsencryptauthorityx1.pem" + chain="extra/lets-encrypt-x1-cross-signed.pem" elif [ -e "$cn.pem" ] ; then pem="$cn.pem" if [ -e "$cn-chain.pem" ]; then |