diff options
author | Benoit Foucher <benoit@zeroc.com> | 2008-04-24 22:08:20 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2008-04-24 22:08:20 +0200 |
commit | d9b81fe0bb25599b69cb23f89b3767880d529ae2 (patch) | |
tree | 1364d811155555e1037cfa0c6784eead1b28ecdc /cpp | |
parent | IceGrid secure demo fixes (diff) | |
download | ice-d9b81fe0bb25599b69cb23f89b3767880d529ae2.tar.bz2 ice-d9b81fe0bb25599b69cb23f89b3767880d529ae2.tar.xz ice-d9b81fe0bb25599b69cb23f89b3767880d529ae2.zip |
Minor config fix
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/IceGrid/secure/application.xml | 2 | ||||
-rw-r--r-- | cpp/demo/IceGrid/secure/config.node | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/IceGrid/secure/application.xml b/cpp/demo/IceGrid/secure/application.xml index 3f6ea4ef471..b838382d74d 100644 --- a/cpp/demo/IceGrid/secure/application.xml +++ b/cpp/demo/IceGrid/secure/application.xml @@ -20,7 +20,7 @@ <property name="IceSSL.DefaultDir" value="certs"/> <property name="Ice.Admin.Endpoints" value="ssl -h 127.0.0.1"/> - <property name="IceSSL.TrustOnly.Server.Ice.Admin" value="CN=IceGrid Node All"/> + <property name="IceSSL.TrustOnly.Server.Ice.Admin" value="CN=IceGrid Node"/> </properties> <node name="Node"> diff --git a/cpp/demo/IceGrid/secure/config.node b/cpp/demo/IceGrid/secure/config.node index e85263f2ff3..9629a099eb1 100644 --- a/cpp/demo/IceGrid/secure/config.node +++ b/cpp/demo/IceGrid/secure/config.node @@ -26,5 +26,5 @@ IceSSL.CertAuthFile=ca_cert.pem IceSSL.CertFile=node_cert.pem IceSSL.KeyFile=node_key.pem -IceSSL.TrustOnly.Client=CN="Server";CN="IceGrid Registry";CN="Glacier2" +IceSSL.TrustOnly.Client=CN="Server";CN="IceGrid Registry" IceSSL.TrustOnly.Server=CN="IceGrid Registry" |