Skip to content

Instantly share code, notes, and snippets.

#!/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
@dakloifarwa
dakloifarwa / diceware6-openthesaurus.sh
Last active March 24, 2021 23:16 — forked from buchnema/diceware6-openthesaurus.sh
Creating German diceware wordlist from Open Thesaurus for six-sided dice
#!/bin/bash
: <<'COMMENT'
This script takes the dataset from the Open Thesaurus project and
transforms it to a wordlist comparable to the original diceware list.
I thought the original list contains too much lines which just don't
make any sense and/or are hard to memorize. So my goal was to
automatically generate a list containing only memorable words, which
can then be used to add your own special characters or variations.