Hello,
I am trying to set up the ghost blog on Digital Ocean. This is my first time self-hosting blog and I ran into some problems.
My Ghost set up was completed successfully, but when I enter my website’s address jayeshkawli.com, the Chrome shows me following error
Your connection is not private Attackers might be trying to steal your information from www.jayeshkawli.com (for example, passwords, messages, or credit cards). Learn more NET::ERR_CERT_COMMON_NAME_INVALID
Do you know what might be wrong with my set up and how can I fix it?
Jayesh.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Hello @jkawlidigitalocean
You can issue and configure a SSL Certificate for your blog and the error will be resolved. You can use
certbot
to install the certificate on your server.We have an article that covers the process which you can check here:
https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-22-04
Regards