[PR #188] [CLOSED] start of python hook example #750

Closed
opened 2025-12-29 01:28:57 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/188
Author: @brad-alexander
Created: 5/2/2016
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 1d71ec5 add python hook example
  • c5dcb98 update iam to add cert chain

📊 Changes

2 files changed (+119 additions, -0 deletions)

View changed files

docs/examples/hook.py.example (+53 -0)
hook-r53.py (+66 -0)

📄 Description

barebones python script, gets the cert saved locally and uploads it to IAM, but doesn't do much of anything else yet.

usage:

R53_ZONEID=Z5BBG5FOEEBBH ./letsencrypt.sh -d api.example.com -c --hook ./hook.py --challenge dns-01

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dehydrated-io/dehydrated/pull/188 **Author:** [@brad-alexander](https://github.com/brad-alexander) **Created:** 5/2/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`1d71ec5`](https://github.com/dehydrated-io/dehydrated/commit/1d71ec58b19aab38cb6b919a855c5d2f1b9565bd) add python hook example - [`c5dcb98`](https://github.com/dehydrated-io/dehydrated/commit/c5dcb98866268588ef9095d4f414772a3caa8fcd) update iam to add cert chain ### 📊 Changes **2 files changed** (+119 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/examples/hook.py.example` (+53 -0) ➕ `hook-r53.py` (+66 -0) </details> ### 📄 Description barebones python script, gets the cert saved locally and uploads it to IAM, but doesn't do much of anything else yet. usage: ``` R53_ZONEID=Z5BBG5FOEEBBH ./letsencrypt.sh -d api.example.com -c --hook ./hook.py --challenge dns-01 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 01:28:57 +01:00
adam closed this issue 2025-12-29 01:28:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#750