The Azure Back Sync in the Active Roles Synchronization Service automatically creates a certificate which will expire in two years. After two years have passed, how is it possible to create and use a new certificate?
Currently, replacing the certificate used by the Azure Back Sync is a manual process.
Enhancement ID 496750 has been created so that the Active Roles Synchronization Service automatically renews the required certificate when needed.
WORKAROUND
$params = @{
Type = 'Custom'
Subject = 'CN=ActiveRoles_AutocreatedAzureBackSyncApp_V2'
FriendlyName = 'ActiveRoles_AutocreatedAzureBackSyncApp_V2_key'
KeyUsage = 'DigitalSignature'
KeyAlgorithm = 'RSA'
KeyLength = 2048
CertStoreLocation = 'Cert:\LocalMachine\My'
NotAfter = (Get-Date).AddYears(2)
}
New-SelfSignedCertificate @params
STATUS
An Enhancement Request has been created to integrate this functionality into Active Roles.
Product Management will evaluate the request and this feature may become available in a future release of the product.
There are no guarantees that this specific enhancement request will be implemented in a future release.
For more information regarding our Enhancement Request policy, refer to our Global Support Guide on the Support Portal at: https://support.oneidentity.com/essentials/support-guide/
© 2025 One Identity LLC. ALL RIGHTS RESERVED. 利用規約 プライバシー Cookie Preference Center