Skip to content

Export-STFSamlSigningCertificate

Export the request signing certificate to be used by SAML Identity Providers

Syntax

Export-STFSamlSigningCertificate [-AuthenticationService] <AuthenticationService> [[-FilePath] <String>] [<CommonParameters>]

Detailed Description

Export, from the specified authentication service, the request signing certificate to be used by SAML Identity Providers

Parameters

Name Description Required? Pipeline Input
AuthenticationService The Authentication service from which to export the certificate. true true (ByValue)
FilePath The path of the file to export to. false true (ByValue)

Input Type

Citrix.StoreFront.Model.Authentication.AuthenticationService

Parameter AuthenticationService: A .NET class representing the configuration of a StoreFront Authentication service

System.String

Parameter FilePath: The .NET 'System.String' reference type

Return Values

Examples

EXAMPLE 1 Export the request signing certificate to be used by the SAML IdentityProvider.

$authentication = Get-STFAuthenticationService
Export-STFSamlSigningCertificate -AuthenticationService $authentication -FilePath C:\windows\temp\SigningCertificate.cer

REMARKS

Export the signing certificate to be used by the SAML IdentityProvider.

Was this article helpful?