You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
302 B
Cheetah
7 lines
302 B
Cheetah
2 years ago
|
{{ if .include_legacy }}
|
||
4 years ago
|
#!/usr/bin/env bash
|
||
|
sudo systemctl start lego@toy.xbudex.com.service
|
||
|
scp /etc/ssl/certificates/toy.xbudex.com.crt toy.xbudex.com:AppData/Local/Syncthing/https-cert.pem
|
||
|
scp /etc/ssl/certificates/toy.xbudex.com.key toy.xbudex.com:AppData/Local/Syncthing/https-key.pem
|
||
2 years ago
|
{{- end }}
|