Retrieves revocation configuration from Online Responder.
Get-OnlineResponderRevocationConfiguration [-OnlineResponder] <OcspResponder[]> [[-Name] <String>] [<CommonParameters>]
Retrieves revocation configuration from Online Responder.
Revocation configuration contains settings Online Responder uses to process OCSP requests for specified CA server. This includes revocation information source, signing certificate assignment and other settings.
Specifies the Online Responder to retrieve revocation configurations from.
Required? | True |
Position? | 0 |
Default value | |
Accept pipeline input? | True |
Accept wildcard characters? | False |
Optional revocation configuration name. If this parameter is not specified, all revocation configurations are returned from Online Responder.
Required? | False |
Position? | 1 |
Default value | |
Accept pipeline input? | False |
Accept wildcard characters? | False |
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, InformationAction, InformationVariable,
WarningAction, WarningVariable, OutBuffer, PipelineVariable and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216)
SysadminsLV.PKI.Management.CertificateServices.OcspResponder
SysadminsLV.PKI.Management.CertificateServices.OcspResponderRevocationConfiguration
PS C:\> Connect-OnlineResponder "ocsp1.example.com" | Get-OnlineResponderRevocationConfiguration
Retrieves all revocation configurations from Online Responder on "ocsp1.example.com".
PS C:\> Connect-OnlineResponder "ocsp1.example.com" | Get-OnlineResponderRevocationConfiguration -Name "Example Org v0.0"
Retrieves "Example Org v0.0" revocation configurations from Online Responder on "ocsp1.example.com".