ohadschn / letsencrypt-webapp-renewer

[PLEASE USE FREE MS MANAGED CERTS INSTEAD] Simple WebJob-ready console application for renewing Azure Web App SSL certificates
https://www.ohadsoft.com/
Apache License 2.0
282 stars 51 forks source link

option to use letsencrypt staging environment #66

Closed MingweiSamuel closed 5 years ago

MingweiSamuel commented 5 years ago

When the webjob is misconfigured it restarts over and over again and very quickly blows through the 5 cert/week limit, so it would be great if there was an option to use the letsencrypt staging environment which has much higher limits

ohadschn commented 5 years ago

This is supported - you can set letsencrypt:webAppName-acmeBaseUri to the [staging] (https://letsencrypt.org/docs/staging-environment/) base URI https://acme-staging.api.letsencrypt.org/.

More info: https://letsencrypt.org/docs/acme-protocol-updates/

bares43 commented 4 years ago

For ACMEv2 it's https://acme-staging-v02.api.letsencrypt.org/directory (it's not working without directory at the end).