Hello everyone. I have a problem involving ssl, I followed the steps found in this link ::: https://www.vultr.com/docs/install-lets-encrypt-ssl-on-one-click-wordpress-app
but it did not work. I am a layman and would love for someone to help me
please answer the following questions:
Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is:
I ran this command:
It produced this output:
My web server is (include version):
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don’t know):
I’m using a control panel to manage my site (no, or provide the name and version of the control panel):
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you’re using Certbot):
My domain is: https://projetoscanlator.com/
I ran this command: https://www.vultr.com/docs/install-lets-encrypt-ssl-on-one-click-wordpress-app
It produced this output: The site is still without SSL
My web server is (include version): My server is vultr, I installed wordpress using “application wordpress on ubuntu 18.04 x64”
The operating system my web server runs on is (include version): ubuntu 18.04 x64 i believe
My hosting provider, if applicable, is: vultr cloud
I can login to a root shell on my machine (yes or no, or I don’t know): yes I think
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): One step in the process that I said I did was install this certbot. I do not know what the version is.
Checking your domain there is a new certificate - https://check-your-website.server-daten.de/?q=projetoscanlator.com#ct-logs
Issuer | not before | not after | Domain names | LE-Duplicate | next LE |
---|---|---|---|---|---|
Let's Encrypt Authority X3 | 2019-10-18 | 2020-01-16 | projetoscanlator.com - 1 entries | duplicate nr. 1 |
And you use that certificate. So this
isn't visible.
The only problem: You have created a certificate with one domain name, the non-www version. So your www version isn't secure.
Create one certificate with both domain names.
certbot --nginx -d projetoscanlator.com -d www.projetoscanlator.com
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.