diff options
| author | mokha <mokha@cisco.com> | 2018-04-11 10:26:27 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2018-04-11 10:26:27 -0600 |
| commit | 2f68fe9b900cc33a5e65deb2bd892147b8f5d0c4 (patch) | |
| tree | be76dd2c7c896a4de9d5f67a6fae92cdef37a956 /lib/saml/kit/core_ext/signature.rb | |
| parent | d4a108a36029e368f11e237447134731f806c276 (diff) | |
Diffstat (limited to 'lib/saml/kit/core_ext/signature.rb')
| -rw-r--r-- | lib/saml/kit/core_ext/signature.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/saml/kit/core_ext/signature.rb b/lib/saml/kit/core_ext/signature.rb index 69f7b8e..9b62ec5 100644 --- a/lib/saml/kit/core_ext/signature.rb +++ b/lib/saml/kit/core_ext/signature.rb @@ -17,7 +17,7 @@ module Saml TABLE.each do |key, callable| table.push([key, callable.call(self)]) end - table.push(['', certificate.x509.to_text]) + table.push(['', certificate.x509.to_text]) if certificate end def truncate(text, max: 50) |
