Earlier quoted context omitted.
1. Renewal is scripted to try every day for 30 days in advance with most common utilities. If lets encrypt and all other acme hosts are down for 30 days, I think you have bigger issues. 2. If you can't secure a wildcard cert, how does the same problem not apply to a root CA cert, which could also then do things like sign google.com certs that your internal users trust, which feels strictly worse. (I know there are ce…
If you're making your own root cert, you should use name constraints and block the issuance to certain DNS names. https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.... https://wiki.mozilla.org/CA:NameConstraints Although... I have no idea if browsers/applications/openssl/etc actually verify this - but they should. (Disclaimer I work at LE)
I even mentioned that in my post ;)