2
0
mirror of https://github.com/tomav/docker-mailserver synced 2025-09-01 06:45:44 +00:00

acme_extract -> acme_extract.py + F_BIN to avoid .py

This commit is contained in:
NorseGaud
2022-03-06 21:11:46 -05:00
parent 3be5879fcf
commit 1ab8ea96b2
6 changed files with 4 additions and 4 deletions

View File

@@ -418,8 +418,8 @@ function _extract_certs_from_acme
fi
local KEY CERT
KEY=$(acme_extract /etc/letsencrypt/acme.json "${CERT_DOMAIN}" --key)
CERT=$(acme_extract /etc/letsencrypt/acme.json "${CERT_DOMAIN}" --cert)
KEY=$(acme_extract.py /etc/letsencrypt/acme.json "${CERT_DOMAIN}" --key)
CERT=$(acme_extract.py /etc/letsencrypt/acme.json "${CERT_DOMAIN}" --cert)
if [[ -z ${KEY} ]] || [[ -z ${CERT} ]]
then