We were trying to integrate the ssl certificate by using below command:
letsencrypt --apache
After this process, we get the certificate successfully with two domains on the same server and working with proper.
But now i need to access site with prefix “www”, then i am getting the error to access the site, its showing this message “This Connection is Untrusted”
I’m assuming the two names you put on the certificate are not the www-prefixed variants? You can request a new certificate the same way, but with an additional flag of ‘-d url’ for each additional name you need on the certificate, up to 100 per cert.