mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

david_page
11.53.2007 4c15dbb9e9c9e369dcb56dad014a9d47165a65be
opends/src/server/org/opends/server/core/CryptoManagerSync.java
@@ -111,9 +111,20 @@
  /**
   * Creates a new instance of this trust store synchronization thread.
   *
   * @throws InitializationException in case an exception occurs during
   * initialization, such as a failure to publish the instance-key-pair
   * public-key-certificate in ADS.
   */
  public CryptoManagerSync()
          throws InitializationException
  {
    try {
      CryptoManager.publishInstanceKeyEntryInADS();
    }
    catch (CryptoManager.CryptoManagerException ex) {
      throw new InitializationException(ex.getMessageObject());
    }
    DirectoryServer.registerBackendInitializationListener(this);
    try