Update letsencrypt.sh (#239)
This commit is contained in:
parent
cf487f5233
commit
6f40d5f57a
|
|
@ -45,7 +45,7 @@ fi
|
||||||
#manual dns hook
|
#manual dns hook
|
||||||
if [ .$wilcard_domain = ."true" ]; then
|
if [ .$wilcard_domain = ."true" ]; then
|
||||||
cd /usr/src
|
cd /usr/src
|
||||||
git clone https://github.com/owhen/dns-01-manual.git
|
git clone https://github.com/gheja/dns-01-manual.git
|
||||||
cd /usr/src/dns-01-manual/
|
cd /usr/src/dns-01-manual/
|
||||||
cp hook.sh /etc/dehydrated/hook.sh
|
cp hook.sh /etc/dehydrated/hook.sh
|
||||||
chmod 755 /etc/dehydrated/hook.sh
|
chmod 755 /etc/dehydrated/hook.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue