< Back

Set-ISHIntegrationSTSCertificate

Wed Jan 15, 2020 8:37 am

NAME Set-ISHIntegrationSTSCertificate



SYNOPSIS

Sets STS certificate.





SYNTAX

Set-ISHIntegrationSTSCertificate -Thumbprint <string> -Issuer <string> [-ValidationMode {None | PeerTrust |

ChainTrust | PeerOrChainTrust | Custom}] [-ISHDeployment <ISHDeployment>] [<CommonParameters>]





DESCRIPTION

The Set-ISHIntegrationSTSCertificate cmdlet sets Thumbprint and issuers values to configuration.





PARAMETERS

-Thumbprint <string>

Certificate Thumbprint.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Issuer <string>

Issuer name.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ValidationMode <X509CertificateValidationMode>

Selected validation mode.



Possible values: None, PeerTrust, ChainTrust, PeerOrChainTrust, Custom



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ISHDeployment <ISHDeployment>

Specifies the name or instance of the Content Manager deployment.



Required? false

Position? named

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:\\>Set-ISHIntegrationSTSCertificate -ISHDeployment $deployment -Thumbprint "t1" -Issuer "20151028ADFS"



This command sets STS trusted issuer credentials. Parameter $deployment is a deployment name or an instance of the

Content Manager deployment retrieved from Get-ISHDeployment cmdlet.

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



PS C:\\>Set-ISHIntegrationSTSCertificate -ISHDeployment $deployment -Thumbprint "t1" -Issuer "20151028ADFS"

-ValidationMode "None"



This command sets STS trusted issuer credentials with no Validation Mode. Parameter $deployment is a deployment

name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.



RELATED LINKS

Disable-ISHIntegrationSTSInternalAuthentication

Enable-ISHIntegrationSTSInternalAuthentication

Remove-ISHIntegrationSTSCertificate

Save-ISHIntegrationSTSConfigurationPackage

Set-ISHIntegrationSTSWSFederation

Set-ISHIntegrationSTSWSTrust