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

Ludovic Poitou
30.24.2011 c87567005bee750a35b64c8f567db4f356307ce8
Fix for OPENDJ-222. Rebranded self sign cert to OpenDJ
1 files modified
4 ■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 4 ●●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -110,7 +110,7 @@
 * This is an abstract class that is in charge of actually performing the
 * installation.
 *
 * It just takes a UserData object and based on that installs OpenDS.
 * It just takes a UserData object and based on that installs OpenDJ.
 *
 * When there is an update during the installation it will notify the
 * ProgressUpdateListener objects that have been added to it.  The
@@ -4489,7 +4489,7 @@
  private String getSelfSignedCertificateSubjectDN()
  {
    return "cn="+Rdn.escapeValue(getUserData().getHostName())+
    ",O=OpenDS Self-Signed Certificate";
    ",O=OpenDJ Self-Signed Certificate";
  }
  /**