From 4daff1f3fd3f8e9e4f0135eee76fa1ca2ce02e4e Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Wed, 28 Feb 2007 21:01:32 +0000 Subject: [PATCH] Add a new key manager which provides the ability to specify which certificate should be presented based on its alias (aka its nickname). This is used both by server-side code which needs to present a certificate to clients, as well as by client-side code which needs to present a certificate to the server. --- opendj-sdk/opends/resource/config/config.ldif | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/resource/config/config.ldif b/opendj-sdk/opends/resource/config/config.ldif index c8e3e55..58f472b 100644 --- a/opendj-sdk/opends/resource/config/config.ldif +++ b/opendj-sdk/opends/resource/config/config.ldif @@ -374,7 +374,7 @@ ds-cfg-connection-handler-enabled: true ds-cfg-use-ssl: false ds-cfg-listen-port: 1689 -ds-cfg-ssl-cert-nickname: adm-server-cert +ds-cfg-ssl-cert-nickname: server-cert dn: cn=Entry Cache,cn=config objectClass: top -- Gitblit v1.10.0