< Back

Submit-OrderFinalize

Sat Jan 18, 2020 7:33 pm

NAME Submit-OrderFinalize



SYNOPSIS

Finalize a certificate order





SYNTAX

Submit-OrderFinalize [[-Account] <Object>] [[-Order] <Object>] [<CommonParameters>]





DESCRIPTION

Finalizing a certificate order will send a new certificate request to the server and then wait for it to become

valid or invalid.





PARAMETERS

-Account <Object>

If specified, switch to and use this account for the finalization. It must be associated with the current

server or an error will be thrown.



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Order <Object>

If specified, switch to and use this order for the finalization. It must be associated with the current or

specified account or an error will be thrown.



Required? false

Position? 2

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



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Submit-OrderFinalize



Submit the finalize request using the current order, account, and private key if it exists.









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>$order = Get-PAOrder site1.example.com



PS C:\\>Submit-OrderFinalize -Order $order



Submit the finalize request using the specified order on the current account.











RELATED LINKS

Project: https://github.com/rmbolger/Posh-ACME

Get-PAOrder

Submit-ChallengeValidation