From 461c0a7a450fec50c7cf35a896acbad5e247d288 Mon Sep 17 00:00:00 2001
From: Yannick Lecaillez <ylecaillez@forgerock.com>
Date: Mon, 12 Oct 2015 09:34:55 +0000
Subject: [PATCH] Fixes from PR comments.
---
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/Package.xml | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/Package.xml b/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/Package.xml
index 6f14857..82a63f6 100644
--- a/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/Package.xml
+++ b/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
--
Gitblit v1.10.0