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

Valery Kharseko
18 hours ago e333af0c8fbb8d69d79f420de01ce39dcade5930
opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/Installer.java
@@ -130,6 +130,7 @@
import org.opends.server.backends.task.TaskState;
import org.opends.server.tools.BackendTypeHelper;
import org.opends.server.tools.BackendTypeHelper.BackendTypeUIAdapter;
import org.opends.server.tools.ConfigureDS;
import org.opends.server.types.HostPort;
import org.opends.server.util.CertificateManager;
import org.opends.server.util.CollectionUtils;
@@ -1363,6 +1364,13 @@
    };
    invokeLongOperation(thread);
    notifyListeners(getFormattedDoneWithLineBreak());
    // Given here rather than by ConfigureDS, whose output the listeners do not see while it runs.
    final LocalizableMessage keyWrappingWarning = ConfigureDS.unsupportedKeyWrappingTransformationWarning();
    if (keyWrappingWarning != null)
    {
      notifyListeners(getFormattedWarning(keyWrappingWarning));
      notifyListeners(getLineBreak());
    }
    checkAbort();
    configureCertificate(sec);
  }