This post is part 2 of 3
- Part 1: Get Certificates from Lets Encrypt for your OCI services the easy way
- Part 1.5: Easily install x.509 Certificates into OCI Certificate service
- Part 2: Giving Certbot super powers: The “certbot-oci-certs” installer plug-in!
- Part 3: to be announced
In part 2 (linked above) Vishak put together a Python script that installs the certificate once certbot acquires it. That script is super useful if you are getting certificates, need to install them in multiple places, and don’t want to do it my hand.
But what if you want to have certbot just install them for you automatically?
That’s where my other plug-in comes in.
You can check out the source code at https://github.com/therealcmj/certbot-oci-certs
And, because making things easier is important, you can install it easily via pip.
Just type:
pip install certbot-oci-certs
You can get more information about it at https://pypi.org/project/certbot-oci-certs/, including examples of how to use it!
