1. 03 May, 2022 2 commits
    • Marvo2011's avatar
      Start ShellCheck and CI Test · e717c9db
      Marvo2011 authored
      e717c9db
    • Marvo2011's avatar
      Added Selfhost DNS API · 3d312e21
      Marvo2011 authored
      +ShellCheck 
      +ACME v2 compatible
      
      Example:
      - Fist create 2 new TXT records on _acme-challenge.example.com
      - Now note the ID in (...) from the edit page behind "_acme-challenge.example.com"
      
      export SELFHOSTDNS_USERNAME=myname
      export SELFHOSTDNS_PASSWORD=mypass
      export SELFHOSTDNS_RID=id_of_txt_record
      export SELFHOSTDNS_RID2=id_of_second_txt_record
      acme.sh --issue -d example.com  --dns  dns_selfhost
      3d312e21