This post is part 2 of 3

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!