Browse Source
fix dns_loopia wildcard certificate
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 variablespull/2003/head
Marton Szucs
6 years ago
1 changed files with 68 additions and 9 deletions
Write
Preview
Loading…
Cancel
Save
Reference in new issue