Method: Inspec::Resources::X509CertificateResource#subject_dn
- Defined in:
- lib/inspec/resources/x509_certificate.rb
#subject_dn ⇒ Object
69 70 71 72 73 |
# File 'lib/inspec/resources/x509_certificate.rb', line 69 def subject_dn return if @cert.nil? @cert.subject.to_s end |