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

Yannick Lecaillez
18.03.2015 86b0d0b03e5637e129ac8c4a63aee2051cc6b3c4
opendj-server-legacy/src/main/java/org/opends/quicksetup/SecurityOptions.java
@@ -267,6 +267,10 @@
      {
        return createNoCertificateOptions();
      }
      else if ( certType.equals(CertificateType.SELF_SIGNED_CERTIFICATE) && aliasesToUse.isEmpty() )
      {
        aliasesToUse = Arrays.asList(SELF_SIGNED_CERT_ALIAS);
      }
      SecurityOptions ops = new SecurityOptions();
      if (keystorePath != null)