From 5bfef1a17cc2fd7208a3ef95a046a3820561b102 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Wed, 4 Nov 2015 12:18:22 +0100 Subject: Output the SSL Certificate and Key modulus Provides a simple mechanism to verify the correct certificates landed. A quick and simple way to verify SSL certificates were generated for a given key is by comparing the modulus of the two. By outputing the key modulus and certificate modulus we offer a way to verify that the right cert and key have been deployed without compromising any of the secrets. Change-Id: I882c9840719a09795ba8057a19b0b3985e036c3c --- puppet/extraconfig/tls/no-tls.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'puppet/extraconfig/tls/no-tls.yaml') diff --git a/puppet/extraconfig/tls/no-tls.yaml b/puppet/extraconfig/tls/no-tls.yaml index d2dfdfa4..2da209cb 100644 --- a/puppet/extraconfig/tls/no-tls.yaml +++ b/puppet/extraconfig/tls/no-tls.yaml @@ -26,3 +26,9 @@ outputs: value: 'TLS not enabled.' deployed_ssl_certificate_path: value: '' + key_modulus_md5: + description: Key SSL Modulus + value: '' + cert_modulus_md5: + description: Certificate SSL Modulus + value: '' -- cgit 1.2.3-korg