Commit Graph

5 Commits (978ec91107db6adb140a33141577de2119db5822)

Author SHA1 Message Date
Miodrag Tokić 978ec91107 Extract configuration loading code to function 6 years ago
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