Introduction
dnscmd-acme is to use dnscmd to obtain dns-01 challenge certificate together with acme.sh.
Warning: This project has ABSOLUTELY NO WARRANTY. Use at your own risk.
Usage:
- Build acme.exe and run it on your dns server or change source code to control Active Directory server accrodingly.
GOOS=windows GOARCH=amd64 go build -o acme.exe- Copy dns_win.sh to your acme.sh dns_api directory.
- Try acme.sh with --dns dns_win to obtain certificate.
acme.sh --issue -d *.example.com -d example.com --dns dns_win --debug 2