From a9a9cfec424e8a6071ede493fe4c6508e86fffc7 Mon Sep 17 00:00:00 2001 From: Dennis Baaten Date: Fri, 12 Apr 2019 15:59:39 +0200 Subject: [PATCH] Updated DANE How to (markdown) --- DANE-How-to.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/DANE-How-to.md b/DANE-How-to.md index abfaf31..4c7b826 100644 --- a/DANE-How-to.md +++ b/DANE-How-to.md @@ -21,10 +21,9 @@ This part of the How-to describes the steps that should be taken with regard to ## Generating DANE records **primairy mailserver (mail1.example.com)** -Command -`openssl x509 -in /path/to/primairy-mailserver.crt -noout -pubkey | openssl pkey -pubin -outform DER | openssl sha256` +Generate the DANE SHA-256 hash with `openssl x509 -in /path/to/primairy-mailserver.crt -noout -pubkey | openssl pkey -pubin -outform DER | openssl sha256`. This Output -`(stdin)= 29c8601cb562d00aa7190003b5c17e61a93dcbed3f61fd2f86bd35fbb461d084` +> (stdin)= 29c8601cb562d00aa7190003b5c17e61a93dcbed3f61fd2f86bd35fbb461d084 **secundairy mailserver (mail2.example.com)** Command