# File lib/serverspec/type/x509_certificate.rb, line 5
    def certificate?
      (run_openssl_command_with("-noout").exit_status == 0)
    end