A PowerShell module for working with x509 Certificates.
- ConvertTo-X509Certificate Creates a new instance of the X509Certificate2 class using a certificate file name, a password.
- Get-SSLCertificate Get the SSL Certificate for given host.
- Join-CertificateWithKey Join a Certificate and Private Key and export to a PFX file.
- New-CertificateSigningRequest Create a new Certificate Signing Request.
- Show-SSLCertificateUI Displays a dialog box with detailed information about the specified x509 certificate.
- Test-SSLCertificate Test the validitiy of a given certificate.
ConvertTo-Certificate->ConvertTo-X509CertificateNew-CSR->New-CertificateSigningRequest