Welder doing their thing!
Photo by Alina Belogolova on UnsplashCaption

 

This post is part 1.5 of 3

Rather than rewriting what he wrote I’ll just quote him:

oci-cert-uploader

 

A simple script to import or update TLS/SSL certificates into Oracle Cloud Infrastructure (OCI) Certificate Management Service.

This script works with certificates from any provider – whether it’s Let’s Encrypt, Sectigo, DigiCert, or another CA.


What This Script Does

 

  • Reads a certificate (chain.pem),(cert.pem) and private key (privkey.pem) from your local file system.
  • Checks if a certificate for the given domain already exists in OCI:
    • If it exists, updates the certificate.
    • If it does not exist, creates a new certificate entry.
  • Can be run manually or scheduled via cron to keep your certificates in OCI in sync.
 

Check it out @ https://github.com/vishak-lab/oci-cert-uploader