To use Certbot, packages from the EPEL repository need to be installed

So how do I do it properly ?

I ran certbot-auto

Selected the number of the domain required

And chose - 2) Redirect

That is what I did

What am I supposed to do ?

I did not have the www in my DNS :slight_smile:

Thank you

3 Likes

Enable EPEL for special Python libs

link: https://www.tecmint.com/how-to-enable-epel-repository-for-rhel-centos-6-5/

WWW and none WWW for singlre domain

./certbot-auto certonly --standalone -d www.example.com -d example.com

BR

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