Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IML Open Source
certman
Commits
54e97d92
Commit
54e97d92
authored
Apr 04, 2022
by
Hahn Axel (hahn)
Browse files
remove quting to expand tilde to $HOME
parent
d58e6b8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
cm.sh
View file @
54e97d92
...
...
@@ -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.sh/
${
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
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment