Commit Graph

10 Commits

Author SHA1 Message Date
AlvinSchiller 227eac10f1 Fix shfmt 2022-04-29 23:05:46 +02:00
AlvinSchiller 1cbd5485e7 Pseudo commit tp trigger Github Actions 2022-04-29 22:53:36 +02:00
AlvinSchiller 610c3cf681 Save domain dependent values in domain.conf after successfull use 2022-04-29 22:26:36 +02:00
AlvinSchiller 96d45cc341 Added variable checks 2022-04-29 22:23:39 +02:00
Marvo2011 d6c68f1a84
Rename delete function, add info 2022-03-28 13:03:02 +02:00
Marvo2011 ac0dd90c37 Fix shfmt 2022-02-17 19:30:56 +01:00
Marvo2011 9470850258 Fix shellcheck, use double quote 2022-02-17 19:08:58 +01:00
Marvo2011 2982e9943e Add custom option to map multidomain RIDs 2022-02-17 19:02:35 +01:00
Marvo2011 62dad721fc Start ShellCheck and CI Test 2022-01-09 11:04:15 +01:00
Marvo2011 cc5cfc7525
Added Selfhost DNS API
+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
2022-01-05 15:03:32 +01:00