mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-09-27 19:41:15 -04:00
update dns conf inis
This commit is contained in:
parent
71397b40fd
commit
87cdcfdb18
5 changed files with 16 additions and 10 deletions
|
@ -185,6 +185,12 @@ else
|
|||
EMAILPARAM="--register-unsafely-without-email"
|
||||
fi
|
||||
|
||||
# update plugin names in dns conf inis
|
||||
sed -i 's|^certbot_dns_aliyun:||g' /defaults/dns-conf/aliyun.ini
|
||||
sed -i 's|^certbot_dns_domeneshop:||g' /defaults/dns-conf/domeneshop.ini
|
||||
sed -i 's|^certbot_dns_inwx:||g' /defaults/dns-conf/inwx.ini
|
||||
sed -i 's|^certbot_dns_transip:||g' /defaults/dns-conf/transip.ini
|
||||
|
||||
# setting the validation method to use
|
||||
if [ "$VALIDATION" = "dns" ]; then
|
||||
if [ "$DNSPLUGIN" = "route53" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue