Set-WFNextOutboundCertificateReference

Updated: August 30, 2012

Set-WFNextOutboundCertificateReference

This cmdlet is used when you have to roll your Outbound Certificate.

Syntax

Parameter Set: Thumbprint
Set-WFNextOutboundCertificateReference -ServiceUri <Uri> -Thumbprint <String> [-Credential <ICredentials> ] [ <CommonParameters>]

Parameter Set: Certificate
Set-WFNextOutboundCertificateReference -Certificate <X509Certificate2> -ServiceUri <Uri> [-Credential <ICredentials> ] [ <CommonParameters>]

Detailed Description

Run this cmdlet to help you set the "next" certificate reference such that it can be exposed via the MEX endpoint for downstream systems to be picked up

Parameters

-Certificate<X509Certificate2>

Specifies the X509Certificate2 certificate.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Credential<ICredentials>

Specifies the credential to use when connecting to the Workflow Manager 1.0service. 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

-Thumbprint<String>

Thumbprint of the certificate.

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

Set the "next" certificate reference.

PS C:\> Set-WFNextOutboundCertificateReference -Thumbprint a909502dd82ae41433e6f83886b00d4277a32a7b -ServiceUri https://myserver/

 

 

PS C:\>