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.
5 lines
266 B
Plaintext
5 lines
266 B
Plaintext
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
|