Skip to content
/ PoshSSL Public

A PowerShell module for working with x509 Certificates. No other tools required.

License

Notifications You must be signed in to change notification settings

cdhunt/PoshSSL

Repository files navigation

PoshSSL

A PowerShell module for working with x509 Certificates.

CI

GitHub Workflow Status (with event) Testspace pass ratio PowerShell Gallery

Build history

Install

Install-Module -Name PoshSSL or Install-PSResource -Name PoshSSL

PowerShell Gallery

Docs

Full Docs

Usage

This module has two sets of functionality.

Inspect

The Get|Show|Test-SSLCertificate cmdlets help you inspect an HTTPS endpoint and examine the presented certificate.

Create

The New-CertificateSigningRequest and Join-CertificateWithKey cmdlets can be used for a typical new certificate request process. Only RSA keys are currently supported and Certificate Extensions are hardcoded.

About

A PowerShell module for working with x509 Certificates. No other tools required.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published