Skip to content
Snippets Groups Projects
Commit 0342a747 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '5213-handle-dns-alias-domain' into 'master'

remove quting to  expand tilde to $HOME

See merge request open-source/iml-certman!4
parents 115f66b4 54e97d92
No related branches found
No related tags found
1 merge request!4remove quting to expand tilde to $HOME
...@@ -520,7 +520,7 @@ function public_renew(){ ...@@ -520,7 +520,7 @@ function public_renew(){
# BUGFIX: acme.sh does not create a new key file on 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 # After switching from csr method to pram -d we got a 0 byte Keyfile
local _acme_keyfile="~/.acme.sh/${CM_fqdn}/${CM_fqdn}.key" local _acme_keyfile=~/.acme.sh/${CM_fqdn}/${CM_fqdn}.key
if test ! -f "$_acme_keyfile" if test ! -f "$_acme_keyfile"
then then
echo "FIX: copy key from csr folder $CM_filekey to $_acme_keyfile" echo "FIX: copy key from csr folder $CM_filekey to $_acme_keyfile"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment