Forum-Breadcrumbs - Du bist hier:Knowledge BaseSecurity - Don't let perfect the enemy of good: Sophos Firewall [XG/XGS, Cyberoam]Generate DKIM keys openssl
Bitte Anmelden, um Beiträge und Themen zu erstellen.
Generate DKIM keys openssl
#1 · 21. Juni 2023, 17:54
Zitat von mpachmann am 21. Juni 2023, 17:54 Uhrhttps://knowledge.ondmarc.redsift.com/en/articles/2141592-generating-2048-bits-dkim-public-and-private-keys-using-openssl-on-a-mac
Generating the private and public keys
1. Open the terminal and type openssl
2. To generate a private key type:
openssl genrsa -out private.key 2048
3. To generate a public key from the private key type:
openssl rsa -in private.key -pubout -out public.key
Generating the private and public keys
1. Open the terminal and type openssl
2. To generate a private key type:
openssl genrsa -out private.key 2048
3. To generate a public key from the private key type:
openssl rsa -in private.key -pubout -out public.key