Method: EzCrypto::Name#common_name
- Defined in:
- lib/extensions/ezcrypto/ezcrypto/ezsig.rb
#common_name ⇒ Object Also known as: name, cn
The common name. For SSL this means the domain name. For personal certificates it is the name.
454 455 456 |
# File 'lib/extensions/ezcrypto/ezcrypto/ezsig.rb', line 454 def common_name self[:CN] end |