< Back

Get-ACMEIdentifier

Fri Jan 10, 2020 6:43 pm

NAME Get-ACMEIdentifier



SYNOPSIS

Lists all, or retrieves details for, Identifiers submitted for verification.





SYNTAX

Get-Identifier [-IdentifierRef] <string> [-VaultProfile <string>] [<CommonParameters>]





DESCRIPTION

Use this cmdlet to list all of the Identifier that have been previously defined and submitted to the ACME CA

Server of the current Vault. You also use this cmdlet to specify specific Identifier references (ID or alias) to

retrieve more specific details as they are captured in the Vault.





PARAMETERS

-IdentifierRef <string>

A reference (ID or alias) to a previously defined Identifier submitted to the ACME CA Server for verification.



Required? true

Position? 0

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Ref <string>

A reference (ID or alias) to a previously defined Identifier submitted to the ACME CA Server for verification.



This is an alias of the IdentifierRef parameter.



Required? true

Position? 0

Default value

Accept pipeline input? false

Accept wildcard characters? false



-VaultProfile <string>

Specifies a Vault profile name that will resolve to the Vault instance to be used for all related operations

and storage/retrieval of all related assets.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

ACMESharp.AuthorizationState







RELATED LINKS

New-Identifier

Update-Identifier