diff --git a/bin/send-toy-certs b/bin/send-toy-certs new file mode 100755 index 0000000..f46ed5f --- /dev/null +++ b/bin/send-toy-certs @@ -0,0 +1,4 @@ +#!/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