use either LetsEncrypt staging or production server Prerequisites It's assumed you already have a domain name, a server, and a working DNS configuration with at least "A" record mapping name to your server's IP address. In a standalone mode, you need to run this image on that server, ...
Now that all the ground work is done, let us begin creating LetsEncrypt SSL certificates for Proxmox. We need to createTWO accountsfor LetsEncrypt: Staging and Production. Staging allows you to test before getting the real certificate. Staging is important because, if there are too many attempt...
This is a (pretty detailed) how-to on building a simple ACME client from scratch, able to issue real certificates fromLet's Encrypt. I've skipped things like error handling, object orientedness, tests - but not much tweaking would be needed for the client to be production-ready. The code...
Thanks to @crhym3, we now have a suitably-licensed & CLA-clean ACME implementation in https://godoc.org/golang.org/x/crypto/acme (and a high-level package in https://godoc.org/golang.org/x/crypto/acme/autocert). I'd like to consider priv...
acme_certificate 'staging' do alt_names new_resource.alt_names unless new_resource.alt_names.empty? key_size...