Get-WFAutoGeneratedCA
Updated: August 31, 2012
Get-WFAutoGeneratedCA
Syntax
Parameter Set: Default Get-WFAutoGeneratedCA [-CACertificateFileName <String> ] [-WFFarmDBConnectionString <String> ] [ <CommonParameters>]
Detailed Description
Run Get-WFAutoGeneratedCA to extract the certificate authority for the auto generated certificate created for the workflow. You can use this cmdlet when you need to add the Workflow Manager 1.0 as a trusted certificate authority in order to use an auto generated certificate with remote workflow clients.
Parameters
-CACertificateFileName<String>
The Certificate Authority file name.
Aliases | none |
Required? | false |
Position? | named |
Default Value | none |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
-WFFarmDBConnectionString<String>
The farm management database connection string.
Aliases | none |
Required? | false |
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
Get the certificate authority that was used for certificate auto generation.
PS C:\> Get-WAAutoGeneratedCA -FarmMgmtDBConnectionString 'Data Source= SqlServerName;Initial Catalog=WfManagementDB;Integrated Security=True'-CACertificateFileName "c:\ CACert.pfx" -RevocationListFileName "c:\RevocationList.crl "