< Back
New-ACMEIdentifier
Post
NAME New-ACMEIdentifier
SYNOPSIS
Creates and submits a new Identifier to be verified to the ACME CA Server.
SYNTAX
New-Identifier [-Dns <string>] [-Alias <string>] [-Label <string>] [-Memo <string>] [-VaultProfile <string>]
[<CommonParameters>]
DESCRIPTION
Currently, the only Identifier type supported is the DNS type.
PARAMETERS
-Dns <string>
Specifies the DNS name to be submitted for verification.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Alias <string>
An optional, unique alias to assign to the Identifier for future reference.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Label <string>
An optional, human-friendly label to assign to the Identifier for easy recognition.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Memo <string>
An optional, arbitrary text field to capture any notes or details associated with the Identifier.
Required? false
Position? named
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
Get-Identifier
Update-Identifier
Complete-Challenge
Submit-Challenge
SYNOPSIS
Creates and submits a new Identifier to be verified to the ACME CA Server.
SYNTAX
New-Identifier [-Dns <string>] [-Alias <string>] [-Label <string>] [-Memo <string>] [-VaultProfile <string>]
[<CommonParameters>]
DESCRIPTION
Currently, the only Identifier type supported is the DNS type.
PARAMETERS
-Dns <string>
Specifies the DNS name to be submitted for verification.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Alias <string>
An optional, unique alias to assign to the Identifier for future reference.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Label <string>
An optional, human-friendly label to assign to the Identifier for easy recognition.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Memo <string>
An optional, arbitrary text field to capture any notes or details associated with the Identifier.
Required? false
Position? named
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
Get-Identifier
Update-Identifier
Complete-Challenge
Submit-Challenge