My domain is: tile1.maphub.net
I ran this command:
certbot --nginx \
--preferred-challenges http-01 \
--no-redirect \
-n \
-m ...@gmail.com \
--agree-tos \
--cert-name maphub.net \
-d maphub.net \
-d tile1.maphub.net
It produced this output:
Your existing certificate has been successfully renewed, and the new certificate
has been installed.
The new certificate covers the following domains: ...
You should test your configuration at:
...
https://www.ssllabs.com/ssltest/analyze.html?d=tile1.maphub.net
My web server is (include version): nginx/1.17.9
The operating system my web server runs on is (include version): Ubuntu 18.04.4
My hosting provider, if applicable, is: own
I can login to a root shell on my machine (yes or no, or I don’t know): yes
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you’re using Certbot): certbot 0.31.0
So after the required form, I want to say that everything is good and working perfectly. My only issue is that in SSLLabs I get a B.
https://www.ssllabs.com/ssltest/analyze.html?d=tile1.maphub.net
- Should I worry about it?
- If so, what do I need to change? The linked
options-ssl-nginx.conf
config contains the SSL params, and it’s not configurable by me, right? - Can I just wait till it gets fixed by auto-updated certbot, or not?
It says: “This server supports TLS 1.0 and TLS 1.1. Grade capped to B.”