mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 12:14:23 +08:00
fix Apache 2.4 compatibility
This commit is contained in:
5
le.sh
5
le.sh
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
VER=1.0.2
|
||||
VER=1.0.3
|
||||
PROJECT="https://github.com/Neilpang/le"
|
||||
|
||||
DEFAULT_CA="https://acme-v01.api.letsencrypt.org"
|
||||
@@ -319,8 +319,7 @@ _setApache() {
|
||||
Alias /.well-known/acme-challenge $ACME_DIR
|
||||
|
||||
<Directory $ACME_DIR >
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
Require all granted
|
||||
</Directory>
|
||||
" >> $httpdconf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user