Compare commits
No commits in common. "e76590600c4be05dc7b713f89dbfbdd0d56365a0" and "4c5213a194fb026bccd106d260deea2d41d69308" have entirely different histories.
e76590600c
...
4c5213a194
|
|
@ -1,21 +0,0 @@
|
|||
|
||||
|
||||
## send-cert.sh / rec-cert.sh
|
||||
|
||||
> Fetch a cert from the ACME-Server via SSH
|
||||
|
||||
### Add to crontab on cert-user-host
|
||||
|
||||
```
|
||||
0 3 * .... /opt/rec-cert.sh gitea git && systemctl restart gitea
|
||||
|
||||
```
|
||||
|
||||
|
||||
### Add to authorized keys on ACME-Host
|
||||
|
||||
```
|
||||
command="SYS_SRCS=/opt/srcs /opt/acme/send-cert.sh a.host.net remoteip" ssh-key
|
||||
```
|
||||
|
||||
|
||||
Loading…
Reference in New Issue