mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
[PR #36] [CLOSED] Hook for deploying certs via ssh #676
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/36
Author: @digint
Created: 12/9/2015
Status: ❌ Closed
Base:
master← Head:ssh_hook📝 Commits (2)
5406210added ssh_hook.sh and ssh_filter_letsencrypt.sh: hook for deploying certs via ssh using ForceCommand in sshd_config (or command=... in authorized_keys)9b98073Merge remote-tracking branch 'upstream/master' into ssh_hook📊 Changes
2 files changed (+168 additions, -0 deletions)
View changed files
➕
ssh_filter_letsencrypt.sh(+122 -0)➕
ssh_hook.sh(+46 -0)📄 Description
First of all, thanks for this wonderful script!
I implemented a hook for deploying the certificates remotely via ssh, in two parts:
If you like this patch, I will gladly write some documentation for it (something like the documentation of the ssh script I wrote for btrbk: https://github.com/digint/btrbk#setting-up-ssh).
Maybe it would be good to introduce some "contrib" folder for scripts like these, let me know what you think!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.