add support to autrenew letsencrypt certificates, still testing
This commit is contained in:
parent
12895a364f
commit
0e0c634e37
9 changed files with 179 additions and 23 deletions
5
files/letsencrypt_deploy_challenge.sh
Executable file
5
files/letsencrypt_deploy_challenge.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
for i in $LETSENCRYPT_CHALLENGE_SERVERS; do
|
||||
ssh -i /etc/letsencrypt/renewkey -o "StrictHostKeyChecking no" letsencrypt@$i $(< $LETSENCRYPT_TOKEN ) $1 $2
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue