Frequently Asked Question

Installing Certbot on Oracle Enterprise Linux or Red Hat Enterprise Linux
Last Updated 2 years ago

Use the following commands to install certbot in OEL/RHEL

# yum install python3-virtualenv
# mkdir /opt/letsencrypt
# virtualenv /opt/letsencrypt
# cd /opt/letsencrypt
# source /opt/letsencrypt/bin/activate
# pip3 install certbot certbot-nginx certbot-apache

Loading ...