Nicolas Martyanoff on Nostr: I worked on go-acme this weekend, mostly making workers handle the entire certificate ...
I worked on go-acme this weekend, mostly making workers handle the entire certificate lifecycle: renew when the certificate is getting old, add the new one to the data store, notify with a channel. The error handling strategy needs some improvements.
With that I was able to write a minimal HTTPS server that automatically create/renew its certificate using the `GetCertificate` field in tls.Config. Nifty.
Soon I'll have to implement the dreaded DNS validation method.
With that I was able to write a minimal HTTPS server that automatically create/renew its certificate using the `GetCertificate` field in tls.Config. Nifty.
Soon I'll have to implement the dreaded DNS validation method.