enhancement: Integrated certbot in unit
I think it is a great idea to implement certbot in unit or some features to help automate lets encrypt ssl refreshing
Please note there is no way to load multiple SSL certs at this time: https://github.com/nginx/unit/issues/406
Are you looking to update just the single certificate there? Certbot supports post-hooks, it could simply load the cert to the unit store.
right, but self hosted feature should be more cool :-)
https://github.com/nginx/unit/issues/406 load multiple SSL certs is supported now. What is about this feature? It will be cool to have the automated certbot.
FWIW I just decided to go with Caddy for a project instead of Nginx Unit because of the built-in support for LetsEncrypt.
Would be great to have cert management / TLS-ALPN-01 backed into Unit - One of the biggest drawbacks compared to Caddy (that said performance is also a feature...)