Commit Graph

4 Commits

Author SHA1 Message Date
Marton Szucs 40f0238bb7 fix dns_loopia wildcard certificate
Checks if a subdomain already exists before creating one. The loopia API clears all records for a subdomain when adding it again.

Adding TXT-records instead of updating the existing record when using the add method. Wildcard certificates require multiple TXT-records for the same subdomain. 

Now you can create wildcard certificates using:
 `acme.sh  --issue -d example.com  -d '*.example.com'  --dns dns_loopia`
Double quoting variables
2019-01-03 11:32:43 +01:00
Ivar Larsson 8995d3434f _contains instead of echo 2018-03-21 11:19:22 -04:00
Ivar Larsson 413f071861 use echo 2018-03-18 10:00:10 -04:00
Ivar Larsson cac3b3ea35 add dns_loopia 2018-03-14 12:32:02 -04:00