You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add configuration parameters similar to webpkgserver to support ACME renewal of a certificate. It's not necessary to support all verification methods (DNS/HTTP/ALPN); one is sufficient (whichever is automatable).
This should include some support for monitoring that the certificate is still valid. Here are some ideas:
Return an HTTP error (or JS exception?) when the certificate is expired, so it can show up in Cloudflare analytics.
Document some curl | openssl command the user could run as a cron job.
Let the user configure a webhook URL to be pinged when the certificate is expired.
The text was updated successfully, but these errors were encountered:
Add configuration parameters similar to webpkgserver to support ACME renewal of a certificate. It's not necessary to support all verification methods (DNS/HTTP/ALPN); one is sufficient (whichever is automatable).
This should include some support for monitoring that the certificate is still valid. Here are some ideas:
curl | openssl
command the user could run as a cron job.The text was updated successfully, but these errors were encountered: