My domain is: gamerocorporation.com
I ran this command: certbot --nginx -d gamerocorporation.com
It produced this output:
My web server is (include version): Nginx version 1.18.0
The operating system my web server runs on is (include version): Ubuntu
Can I log into a root shell on my machine (yes or no, or I don't know): Yes
Hi @Guinho_Antonio
What version of Cetbot?
And how did you install Certbot?
2 Likes
I can't get the version when trying to get the following error:
How did you install Certbot?
3 Likes
I already installed it a few months ago, but I think the following command was used:
sudo apt install certbot
I suggest uninstalling that Certbot and reinstall from here https://certbot.eff.org/
1 Like
This problem started when I installed an email system called Mailcow.
I installed it but haven't solved it yet.
Started installing the Mailcow software.
So now at least you know what the version is, please share.
Kindly wait to see if there are more knowledgeable Let's Encrypt community volunteers willing to assist.
2 Likes
OK thank you for the attention
2 Likes
rg305
13
It looks like you didn't uninstall the apt version of certbot.
Try:
sudo apt remove certbot
2 Likes
I don't know what happened I'm still new to these areas (I'm learning)
rg305
17
Try:
/snap/certbot/current/bin/certbot --nginx -d gamerocorporation.com
Also:
sudo apt autoremove
2 Likes
I put the mail in the domain because it is the domain I want to put the certificate
If I click y won't it damage my system?
rg305
20
No, those packages are no longer needed [and may be interfering]:
2 Likes