Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
7b92371a
Commit
7b92371a
authored
Feb 14, 2018
by
Jose Luis Duran
Browse files
Fix key file permissions
Introduced in
82014583
. Related to #1256.
parent
3c394f08
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
7b92371a
...
@@ -4545,7 +4545,7 @@ _installcert() {
...
@@ -4545,7 +4545,7 @@ _installcert() {
cat
"
$CERT_KEY_PATH
"
>
"
$_real_key
"
cat
"
$CERT_KEY_PATH
"
>
"
$_real_key
"
else
else
cat
"
$CERT_KEY_PATH
"
>
"
$_real_key
"
cat
"
$CERT_KEY_PATH
"
>
"
$_real_key
"
chmod
7
00
"
$_real_key
"
chmod
6
00
"
$_real_key
"
fi
fi
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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