# File lib/serverspec/type/x509_certificate.rb, line 13 def issuer run_openssl_command_with("-issuer -noout").stdout.chomp.gsub(/^issuer= */,'') end