MENU

A backend and acme.sh dns api for Windows DNS Server

Source Code

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:

  1. 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
  1. Copy dns_win.sh to your acme.sh dns_api directory.
  2. Try acme.sh with --dns dns_win to obtain certificate.
acme.sh --issue -d *.example.com -d example.com --dns dns_win --debug 2