|
From: <bob...@us...> - 2003-09-11 08:58:19
|
Update of /cvsroot/ebxmlms/ebxmlms/conf
In directory sc8-pr-cvs1:/tmp/cvs-serv2330/conf
Modified Files:
msh.properties.xml
Log Message:
Implement SSL Client Authentication.
set SSL client cert map with URL.
however, currently don't know how to choose suitable client cert
upon certificate request from server.
Index: msh.properties.xml
===================================================================
RCS file: /cvsroot/ebxmlms/ebxmlms/conf/msh.properties.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** msh.properties.xml 10 Sep 2003 04:47:02 -0000 1.26
--- msh.properties.xml 11 Sep 2003 08:58:08 -0000 1.27
***************
*** 143,146 ****
--- 143,155 ----
</KeyStore>
</TrustedAnchor>
+ <ClientAuth>
+ <URL>https://147.8.178.159:8443/msh/</URL>
+ <KeyStore>
+ <Path></Path>
+ <File>my_keystore</File>
+ <Alias>ackkey</Alias>
+ <Password>changeit</Password>
+ </KeyStore>
+ </ClientAuth>
</SSL>
<Persistent>
|