Method: Inspec::Resources::X509CertificateResource#subject_dn
- Defined in:
- lib/resources/x509_certificate.rb
#subject_dn ⇒ Object
75 76 77 78 |
# File 'lib/resources/x509_certificate.rb', line 75 def subject_dn return if @cert.nil? @cert.subject.to_s end |