how to install letsencrypt on oracle linux 8
1. Login to the server as root
2. dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
3. dnf install certbot python3-certbot-apache
4. certbot --apache
how to install letsencrypt on oracle linux 8
1. Login to the server as root
2. dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
3. dnf install certbot python3-certbot-apache
4. certbot --apache
Error on Oracle linux9
After installing Letsencrypt, i am getting this error "SSLCertificateFile: file '/etc/pki/tls/certs/localhost.crt' does not exist or is empty" when trying to execute certbot --apache
How to fix :
systemctl restart httpd
After this, you can successfully execute the command certbot --apache and the issue if solved.
How to install letsencrypt on Amazon linux 2023
In Amazon linux 2023, EPEL is not available. All the documentations avaialble in internet is about EPEL and then install certbot. But here we need to use a different approach.