Commit Graph

4 Commits (72ce37704bbaa04d71623c50b545ef1357e981b3)

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
6 years ago
Ivar Larsson 8995d3434f _contains instead of echo 7 years ago
Ivar Larsson 413f071861 use echo 7 years ago
Ivar Larsson cac3b3ea35 add dns_loopia 7 years ago