Created
March 25, 2021 00:09
-
-
Save dakloifarwa/b398de41e2514f11c0144c4015ae78f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
curl -F "token=[my_token]" -F "cert=@[path_to_letsencrypt_live_dir]/fullchain.pem" -F "key=@[path_to_letsencrypt_live_dir]/privkey.pem" -F "submit=Upload" https://cert-upload.wiuwiu.de/ >[path_to_letsencrypt_log_dir]/wiuwiu-certupload-log.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment