Commit Graph

20 Commits (e275cb1efd295f3d688569fec2b467d894830b44)

Author SHA1 Message Date
AlvinSchiller 7a1f94bc20 set newLastUsedRidForDomainEntry after request was successfull 3 years ago
AlvinSchiller f9320fff8f Changed lastUsedRidForDomainEntry seperator to space 3 years ago
AlvinSchiller c94f9f21af fixed shfmt 3 years ago
AlvinSchiller fc336e3733 fixed RID usage for wildcard domains 3 years ago
AlvinSchiller 281951a86b ShellCheck fixed 3 years ago
AlvinSchiller 35ec3adadc only use SELFHOSTDNS_MAP for configuration of RIDs. detect wildcard domain for use of additional RID 3 years ago
AlvinSchiller b9256a1ba7 changed from *deployconf to *domainconf 3 years ago
AlvinSchiller 734c9a1aa5 Dns Challenge prefix removed. SELFHOSTDNS_MAP entries must be fullpath incl. prefix 3 years ago
AlvinSchiller d4cf03c9fd changes due to inkompabilities of some distros 3 years ago
AlvinSchiller 2cf72bad30 domain lookup for DNS_MAP changed. 3 years ago
AlvinSchiller 227eac10f1 Fix shfmt 3 years ago
AlvinSchiller 1cbd5485e7 Pseudo commit tp trigger Github Actions 3 years ago
AlvinSchiller 610c3cf681 Save domain dependent values in domain.conf after successfull use 3 years ago
AlvinSchiller 96d45cc341 Added variable checks 3 years ago
Marvo2011 d6c68f1a84
Rename delete function, add info 3 years ago
Marvo2011 ac0dd90c37 Fix shfmt 3 years ago
Marvo2011 9470850258 Fix shellcheck, use double quote 3 years ago
Marvo2011 2982e9943e Add custom option to map multidomain RIDs 3 years ago
Marvo2011 62dad721fc Start ShellCheck and CI Test 3 years ago
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
3 years ago