Issue after install certbot

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:https://erp.lifemakers.org

I ran this command:

  1. sudo apt-get update
  2. sudo apt-get install software-properties-common
  3. sudo add-apt-repository universe
  4. sudo add-apt-repository ppa:certbot/certbot
  5. sudo apt-get update

sudo apt-get install certbot python-certbot-nginx

sudo certbot --nginx

It produced this output:

My web server is (include version):odoo 13

The operating system my web server runs on is (include version):ubuntu 16.04

My hosting provider, if applicable, is:azure

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):

it successfully installed but i found this messages

Welcome to nginx!

If you see this page, the nginx web server is successfully installed and working. Further configuration is required.

For online documentation and support please refer to nginx.org.
Commercial support is available at nginx.com.

Thank you for using nginx.

1 Like

Did you have an actual site before you installed the cert and redirected to HTTPS?
[you definitely had previous certs: crt.sh | erp.lifemakers.org]

1 Like

thanks for your response :smiley:

yes i have a web site run on odoo and it redirect to 443 https.

i transfer it to new azure virtual machine and i want to do the same thing in new server .

i didn’t change any files , i just run command of certbot .

Make sure both vhost configs are using the same document root folder.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.