Just wondering if they offer anything other than self signed SSL certificates.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
When I try to connect via HTTPS i get this error on chrome:
"This site can’t be reached
cultureontrial.com refused to connect. Try: Checking the connection Checking the proxy and the firewall ERR_CONNECTION_REFUSED"
When I run the command “sudo certbot certificates” it looks like there is already a 90 day certificate that has been generated as of four days ago:
https://imgur.com/a/3giSh
Certbot offers certificates signed by Let’s Encrypt, a widely trusted CA, or by the Let’s Encrypt staging environment’s non-trusted test CA.
(Let’s Encrypt certificates chain ultimately to IdenTrust’s DST Root CA X3, or to Let’s Encrypt’s newer ISRG Root X1.)
Certbot can also be used with any other CA implementing ACME, but there aren’t really any yet.
I don’t know of any convenient way for Certbot to produce self-signed certificates.
Why do you ask?