Comment Re:It's not only websites that use TLS (Score 1) 114
> Protocols like ACME do exist, but really only exist for web servers.
That's not so, an example I mentioned in another thread is the Certificate Management Protocol (CMP, RFC 4210 and its follow-up RFC 4210bis), it is versatile and applicable in context other than web-servers. There are open source CMP client implementations, even OpenSSL 3.x has one - so it is easy to start prototyping and automating your workflow by wrapping `openssl cmp` into scripts.
Start with https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fdocs.openssl.org%2Fmaste...