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

Yannick Lecaillez
12.34.2015 461c0a7a450fec50c7cf35a896acbad5e247d288
Fixes from PR comments.
3 files modified
14 ■■■■■ changed files
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/AdministrationConnectorConfiguration.xml 6 ●●●●● patch | view | raw | blame | history
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/Package.xml 6 ●●●●● patch | view | raw | blame | history
opendj-server-legacy/src/messages/org/opends/messages/extension.properties 2 ●●● patch | view | raw | blame | history
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/AdministrationConnectorConfiguration.xml
@@ -141,10 +141,12 @@
  </adm:property>
  <adm:property name="ssl-cert-nickname" mandatory="true" multi-valued="true">
    <adm:synopsis>
      Specifies the nickname (also called the alias) of the certificate
      Specifies the nicknames (also called the aliases) of the certificates
      that the
      <adm:user-friendly-name />
      will use when performing SSL communication.
      should use when performing SSL communication. The property can be used multiple times
      (referencing different nicknames) when an RSA, a DSA, and an ECC based server certificate
      is used in parallel.
    </adm:synopsis>
    <adm:requires-admin-action>
      <adm:server-restart />
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/Package.xml
@@ -83,10 +83,12 @@
  <adm:property name="ssl-cert-nickname" multi-valued="true">
    <adm:TODO>Need a better default description.</adm:TODO>
    <adm:synopsis>
      Specifies the nickname (also called the alias) of the certificate
      Specifies the nicknames (also called the aliases) of the certificates
      that the
      <adm:user-friendly-name />
      should use when performing SSL communication.
      should use when performing SSL communication. The property can be used multiple times
      (referencing different nicknames) when an RSA, a DSA, and an ECC based server certificate
      is used in parallel.
    </adm:synopsis>
    <adm:description>
      This is only applicable when the
opendj-server-legacy/src/messages/org/opends/messages/extension.properties
@@ -1023,4 +1023,4 @@
 definition '%s' is invalid because the range '%s' is too short
ERR_NO_KEY_ENTRY_IN_KEYSTORE_636=There is no private key entry in keystore %s
INFO_MISSING_KEY_TYPE_IN_ALIASES_637=Handshake for '%s': cipher requires \
 the aliase(s) %s \ to contains key(s) of type(s) %s.
 the aliase(s) '%s' \ to contain key(s) of type(s) '%s'.