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
edcbe247
Commit
edcbe247
authored
Jan 20, 2016
by
Lucas Rolff
Browse files
Also changing group of .well-known directory
parent
4b70d690
Changes
1
Hide whitespace changes
Inline
Side-by-side
le.sh
View file @
edcbe247
...
...
@@ -538,9 +538,9 @@ issue() {
mkdir
-p
"
$wellknown_path
"
echo
-n
"
$keyauthorization
"
>
"
$wellknown_path
/
$token
"
webroot_owner
=
$(
stat
-c
'%U'
$Le_Webroot
)
_debug
"Changing owner of .well-known to
$webroot_owner
"
chown
-R
$webroot_owner
.
"
$Le_Webroot
/.well-known"
webroot_owner
=
$(
stat
-c
'%U
:%G
'
$Le_Webroot
)
_debug
"Changing owner
/group
of .well-known to
$webroot_owner
"
chown
-R
$webroot_owner
"
$Le_Webroot
/.well-known"
fi
wellknown_url
=
"http://
$d
/.well-known/acme-challenge/
$token
"
...
...
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