GHP publish

This commit is contained in:
ace
2021-01-09 21:06:20 +03:00
commit 380dbf855f
68 changed files with 10903 additions and 0 deletions

8
pwgen/dkim-key.sh Normal file
View File

@ -0,0 +1,8 @@
#!/usr/bin/bash
/usr/bin/opendkim-genkey -d $1 2>/dev/null
TXT=$(cat default.txt |base64 -w 0)
PRIVATE=$(cat default.private |base64 -w 0)
echo "dkim:
- name: default
default.txt: $TXT
default.private: $PRIVATE"