curl https://get.acme.sh | sh
- Follow this link to setup Let's Encrypt with Azure DNS
export PfxPASSWORD=<pick a strong password to secure the pfx file>
acme.sh --issue --dns dns_azure -d *.bjd.demo
acme.sh --toPkcs -d *.bjd.demo --password $PfxPASSWORD
Only required if deploying application externally with APIM/AppGateway/FrontDoor
acme.sh --issue --dns dns_azure -d *.apim.bjd.demo
acme.sh --toPkcs -d *.apim.bjd.demo --password $PfxPASSWORD
acme.sh --issue --dns dns_azure -d api.bjd.demo -d api.us.bjd.demo -d api.uk.bjd.demo
acme.sh --toPkcs -d api.bjd.demo --password $PfxPASSWORD