diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-11-25 17:59:03 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-11-25 17:59:03 +0000 |
commit | 66c4ecdbf1640cfe3e74d736ec1fa2dd4580ff1f (patch) | |
tree | abbae960c9f1bb3f86faa02db85877e7d592f55b /puppet/extraconfig/tls/no-tls.yaml | |
parent | 1f007f2f9ff6f65bd04b5cf25534bbcfa2df44ce (diff) | |
parent | 5bfef1a17cc2fd7208a3ef95a046a3820561b102 (diff) |
Merge "Output the SSL Certificate and Key modulus"
Diffstat (limited to 'puppet/extraconfig/tls/no-tls.yaml')
-rw-r--r-- | puppet/extraconfig/tls/no-tls.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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: '' |