1. 28 Mar, 2019 1 commit
  2. 27 Mar, 2019 4 commits
  3. 03 Jan, 2019 1 commit
    • Marton Szucs's avatar
      fix dns_loopia wildcard certificate · 40f0238b
      Marton Szucs authored
      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
      40f0238b
  4. 21 Mar, 2018 1 commit
  5. 18 Mar, 2018 1 commit
  6. 14 Mar, 2018 1 commit