diff options
Diffstat (limited to 'lib/saml/kit/cli/certificate.rb')
| -rw-r--r-- | lib/saml/kit/cli/certificate.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/saml/kit/cli/certificate.rb b/lib/saml/kit/cli/certificate.rb index d9f6a92..371fd4c 100644 --- a/lib/saml/kit/cli/certificate.rb +++ b/lib/saml/kit/cli/certificate.rb @@ -37,6 +37,7 @@ module Saml ["Subject", "Issuer", "Serial", "Not Before", "Not After", "Fingerprint"], [x509.subject, x509.issuer, x509.serial, x509.not_before, x509.not_after, certificate.fingerprint] ] + say x509.to_text, :green end end end |
