Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
ad5d2a68
Commit
ad5d2a68
authored
Jan 11, 2016
by
Neil
Browse files
fix Apache 2.4 compatibility
parent
5b119582
Changes
1
Hide whitespace changes
Inline
Side-by-side
le.sh
View file @
ad5d2a68
#!/bin/bash
#!/bin/bash
VER
=
1.0.
2
VER
=
1.0.
3
PROJECT
=
"https://github.com/Neilpang/le"
PROJECT
=
"https://github.com/Neilpang/le"
DEFAULT_CA
=
"https://acme-v01.api.letsencrypt.org"
DEFAULT_CA
=
"https://acme-v01.api.letsencrypt.org"
...
@@ -319,8 +319,7 @@ _setApache() {
...
@@ -319,8 +319,7 @@ _setApache() {
Alias /.well-known/acme-challenge
$ACME_DIR
Alias /.well-known/acme-challenge
$ACME_DIR
<Directory
$ACME_DIR
>
<Directory
$ACME_DIR
>
Order allow,deny
Require all granted
Allow from all
</Directory>
</Directory>
"
>>
$httpdconf
"
>>
$httpdconf
...
...
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