A Blog on DevOps and Hybrid Cloud
How to renew public website certificate
Published Dec. 13, 2024, 6:24 a.m. by cloudblog
Public URL certificate renew is the simple process where we need root certificate , bundle certiticate or chain cerrtificate in case any and the private key. All these keys has …
How to login OCI with different tenancy
Published Nov. 12, 2024, 8:05 a.m. by cloudblog
Below are the steps to log in with multiple tenancy structures.
1. Log in to https://cloud.oracle.com with a different account option.
2. Put the tenancy name
3. Choose the SSO …
Step-by-Step: Installing Certbot on Oracle Linux 7
Published Sept. 22, 2024, 7:11 a.m. by cloudblog
Update your package list:
sudo yum update
Install Certbot:
pip install certbot
Install working version of setuptools with certbot.
pip install setuptools==66.1.1
pip install certbot-apache
=============
In …