Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 989 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 989 Bytes

Get-X.509-Certificate

Retrieve X.509 certificate from remote server

This tool can download the X.509 certificate from remote server and save it to a file in PEM format. It can also extract the public key from the remote certificate.

usage: Get-X509.Cert.ps1 SERVER_NAME [PORT_NUMBER] [-SMTP] [-tv PROTOCOL_VERSION]

   -tv   : TLS version, possible value: SSLv2,SSLv3,TLSv10,TLSv11,TLSv12,TLSv13. Default is TLSv12.
   
   -SMTP : For SMTP server

Screenshot:

image image image image