Question
How to create DKIM key in Ubuntu and add it to DNS record
- In Ubuntu 18.04 which commands should I run to create DKIM
private
andpublick
key for domain. Can I do that by using Openssl tool or no
I checked this question DKIM on DNS panel DigitalOcean and this article How To Install and Configure DKIM with Postfix on Debian Wheezy but it is for Debian Wheezy not Ubuntu 18.04
After I created the keys (
public
andprivate
), How can I add thepublic
key to domain vi Digitalocean DNSFinally can I use that
private
key to setup DKIM Signing using Nodemailer
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×