Skip to content
Snippets Groups Projects

bugfix acme stro

Merged Hahn Axel (hahn) requested to merge 5213-handle-dns-alias-domain into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -520,7 +520,7 @@ function public_renew(){
# BUGFIX: acme.sh does not create a new key file on renew.
# After switching from csr method to pram -d we got a 0 byte Keyfile
local _acme_keyfile="~/.acme/${CM_fqdn}/${CM_fqdn}.key"
local _acme_keyfile="~/.acme.sh/${CM_fqdn}/${CM_fqdn}.key"
if test ! -f "$_acme_keyfile"
then
echo "FIX: copy key from csr folder $CM_filekey to $_acme_keyfile"
Loading