Hello,
I would like to replace my current domain with a new one.
How do I know that the server is using an SSL certificate?
Hello,
I would like to replace my current domain with a new one.
How do I know that the server is using an SSL certificate?
Here are some quick steps you can perform to take advantage of your new domain.
box install letsencrypt
/etc/apache2/ssl/certs/
. You’ll see something in the shape of yourdomain.com-ssl.pem
& yourdomain.com-ssl.key
.default-ssl.conf
file located at /etc/apache2/sites-enabled/
. The lines for replacing are at Lines 40-41. Here, insert your new .pem and .key
service apache2 restart
You’ll know the server is making use of the new certificate when you are able to visit the new domain.com and see that there is a green https
in your address bar on the browser. If it still nags you about a certificate for the domain, clear all browser cache and try to access the domain once more.
it’s OK
Thank you very much for your very quick reply
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.