Domain Detective

API Reference

Class

CmdletGetCertificateInfo

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Implements
IDisposable
Modifiers sealed
Attributes
Cmdlet("Get", "DDTlsCertificateInfo") Alias(["Get-CertificateInfo"])

Returns details about a certificate file.

Inheritance

Examples

Analyze a PEM certificate.


Get-DDTlsCertificateInfo -Path ./cert.pem
        

Constructors

Methods

ProcessRecordAsync() #

Parses the certificate file and writes the analysis to the pipeline.

Returns

A task that represents the asynchronous operation.

Fields

public String Path #
Parameter(Mandatory = true, Position = 0) ValidateNotNullOrEmpty
public SwitchParameter ShowChain #
Parameter(Mandatory = false)
public SwitchParameter SkipRevocation #
Parameter(Mandatory = false)
{{ include "footer" }}