Windows AD Certificate cmdlets

Windows AD Certificate cmdlets allow you to configure certificates that will be used to sign JWTs into the platform.

This article describes the 1E PowerShell Toolkit cmdlets for managing Windows AD Certificates. These certificates are used when implementing Windows AD integration within the 1E Platform. Refer to Windows AD integration.

Get-1EWindowsAdCertificateInfo

This cmdlet returns metadata for all certificates that have been configured for signing JWTs when Windows is configured to be the IdP.

Get-1EWindowsAdCertificate [ -Id <Id> ]|[ -Thumbprint <Thumbprint> ] -File <File>

This cmdlet downloads a certificate specified by id or thumbprint. The -File parameter expects a file name with path. The downloaded certificate will be saved at the specified location and with a specified file name.

Remove-1EWindowsAdCertificate [ -Id <Id> ]|[ -Thumbprint <Thumbprint> ]

This cmdlet deletes a certificate specified by id or thumbprint.

Set-1EWindowsAdCertificate -File <File >

This cmdlet adds a new certificate or updates an existing certificate that can then be used for signing JWTs when Windows is configured to be the IdP. The -File parameter takes path to the certificate file.