Guest User

Untitled

a guest
Jul 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. mkdir /opt/dkim-keys
  2. chmod 700 /opt/dkim-keys
  3. pushd /opt/dkim-keys
  4. openssl genrsa -out news.healinghempproducts.com.key 2048 # private key mailtrain.example.com.key
  5. openssl rsa -in news.healinghempproducts.com.key -out news.healinghempproducts.com.pub -pubout -outform PEM # public key mailtrain.example.com.pub
Add Comment
Please, Sign In to add comment