# File lib/serverspec/type/x509_certificate.rb, line 17
    def email
      run_openssl_command_with("-email -noout").stdout.chomp
    end