Skip to content
#

certbot

Here are 342 public repositories matching this topic...

abbfefef
abbfefef commented Jan 31, 2019

Description
certbot-route53.sh has bash-specific features, see #2.

Per documentation:

3. Download the certbot-route53.sh script.
+++
chmod a+x certbot-route53.sh
4. Run the script with your (comma-separated) domain(s) and email address:
sh certbot-route53.sh \
+++

Error
sh certbot-route53.sh ... would fail if sh is not bash-compatible. (for example it's link t

dereckson
dereckson commented Feb 4, 2020

The documentation stresses the Python requests library is needed.

Yet, this plugin is for certbot, which (i) needs requests (ii) relies on acme Python package, which also need requests.

Is there a use case where this plugin could be used standalone without acme/certbot not installed (e.g. for CI purpose)?

References:

Improve this page

Add a description, image, and links to the certbot topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the certbot topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.