Skip to content

Instantly share code, notes, and snippets.

@dakloifarwa
Created March 25, 2021 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dakloifarwa/b398de41e2514f11c0144c4015ae78f6 to your computer and use it in GitHub Desktop.
Save dakloifarwa/b398de41e2514f11c0144c4015ae78f6 to your computer and use it in GitHub Desktop.
#!/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