Certbot Deployer
Certbot Deployer is a pluggable deploy hook framework for Certbot that streamlines the process of deploying certificates managed by Certbot.
The certbot_deployer
package supports two primary use cases:
- Command-line usage:
certbot_deployer
is intended to be run as a deploy hook launched by Certbot in order to deploy the certificates to arbitrary endpoints e.g. appliances, external machines, etc. - Plugin development: the library API is used to build custom deployment plugins