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

Ludovic Poitou
20.06.2011 0f6ff58b0395c707009743a278bc5cb757ebb787
opends/src/server/org/opends/server/backends/TrustStoreBackend.java
@@ -1768,7 +1768,7 @@
  {
    String hostName =
      SetupUtils.getHostNameForCertificate(DirectoryServer.getServerRoot());
    return "cn=" + Rdn.escapeValue(hostName) + ",O=OpenDS Certificate";
    return "cn=" + Rdn.escapeValue(hostName) + ",O=OpenDJ Certificate";
  }
  /**