Set-WFNextOutboundCertificateAsCurrent

Updated: August 30, 2012

Set-WFNextOutboundCertificateAsCurrent

This cmdlet is used when rolling an outbound certificate.

Syntax

Parameter Set: Default
Set-WFNextOutboundCertificateAsCurrent -ServiceUri <Uri> [-Credential <ICredentials> ] [ <CommonParameters>]

Detailed Description

Use this cmdlet in conjunction with Set-WFNextOutboundCertificateReference. This cmdlet will switch over the certificate set as the next in the Set-WFNextOutboundCertificateReference as the current one and set the "next" certificate as null. All outbound messages going forward will be signed with this new current certificate.

Parameters

-Credential<ICredentials>

Specifies the credential to use when connecting to the Workflow Manager 1.0 service. If not specified, then the currently logged in users Windows credentials are used to connect to the service.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ServiceUri<Uri>

The URI of the Workflow Manager 1.0 service.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1

Switch over the certificate set.

PS C:\> Set-WFNextOutboundCertificateAsCurrent -ServiceUri http://myserver/

 

 

PS C:\>