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