You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by di...@apache.org on 2005/11/05 16:21:39 UTC

svn commit: r331003 - in /webservices/wss4j/trunk/interop: interop2.jks keys/Alice.cer keys/Bob.cer keys/README.txt keys/WssIP.cer keys/WssIP.pfx keys/ca.cer keys/root.cer

Author: dims
Date: Sat Nov  5 07:21:33 2005
New Revision: 331003

URL: http://svn.apache.org/viewcvs?rev=331003&view=rev
Log:
Adding WssIP cert for WS-Trust and WS-SecConv Interop:
http://groups.yahoo.com/group/WS-Builders/message/22


Added:
    webservices/wss4j/trunk/interop/keys/Alice.cer   (with props)
    webservices/wss4j/trunk/interop/keys/Bob.cer   (with props)
    webservices/wss4j/trunk/interop/keys/WssIP.cer   (with props)
    webservices/wss4j/trunk/interop/keys/WssIP.pfx   (with props)
    webservices/wss4j/trunk/interop/keys/ca.cer   (with props)
    webservices/wss4j/trunk/interop/keys/root.cer   (with props)
Modified:
    webservices/wss4j/trunk/interop/interop2.jks
    webservices/wss4j/trunk/interop/keys/README.txt

Modified: webservices/wss4j/trunk/interop/interop2.jks
URL: http://svn.apache.org/viewcvs/webservices/wss4j/trunk/interop/interop2.jks?rev=331003&r1=331002&r2=331003&view=diff
==============================================================================
Binary files - no diff available.

Added: webservices/wss4j/trunk/interop/keys/Alice.cer
URL: http://svn.apache.org/viewcvs/webservices/wss4j/trunk/interop/keys/Alice.cer?rev=331003&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/wss4j/trunk/interop/keys/Alice.cer
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/wss4j/trunk/interop/keys/Bob.cer
URL: http://svn.apache.org/viewcvs/webservices/wss4j/trunk/interop/keys/Bob.cer?rev=331003&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/wss4j/trunk/interop/keys/Bob.cer
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: webservices/wss4j/trunk/interop/keys/README.txt
URL: http://svn.apache.org/viewcvs/webservices/wss4j/trunk/interop/keys/README.txt?rev=331003&r1=331002&r2=331003&view=diff
==============================================================================
--- webservices/wss4j/trunk/interop/keys/README.txt (original)
+++ webservices/wss4j/trunk/interop/keys/README.txt Sat Nov  5 07:21:33 2005
@@ -5,7 +5,8 @@
   used to issue Alice and Bob certificates and root.pfx contains cert 
   and private key for root CA used to issue the intermediary CA 
   certificate.
-- Conversion tips are from http://mark.foster.cc/kb/openssl-keytool.html  
+- Conversion tips are from http://mark.foster.cc/kb/openssl-keytool.html
+- Please use JDK1.5 (importing WssIP has problems with JDK1.4)
 
 set CLASSPATH=org.mortbay.jetty-5.1.4rc0.jar;
 
@@ -16,6 +17,10 @@
 java org.mortbay.util.PKCS12Import bob.pfx interop2.jks
 keytool -keyclone -keystore interop2.jks -alias 1 -dest bob
 keytool -delete -keystore interop2.jks -alias 1
+
+java org.mortbay.util.PKCS12Import WssIP.pfx interop2.jks
+keytool -keyclone -keystore interop2.jks -alias "wssip's oasis interop test ca id" -dest wssip
+keytool -delete -keystore interop2.jks -alias "wssip's oasis interop test ca id"
 
 java org.mortbay.util.PKCS12Import ca.pfx ca.jks
 java org.mortbay.util.PKCS12Import root.pfx root.jks

Added: webservices/wss4j/trunk/interop/keys/WssIP.cer
URL: http://svn.apache.org/viewcvs/webservices/wss4j/trunk/interop/keys/WssIP.cer?rev=331003&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/wss4j/trunk/interop/keys/WssIP.cer
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/wss4j/trunk/interop/keys/WssIP.pfx
URL: http://svn.apache.org/viewcvs/webservices/wss4j/trunk/interop/keys/WssIP.pfx?rev=331003&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/wss4j/trunk/interop/keys/WssIP.pfx
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/wss4j/trunk/interop/keys/ca.cer
URL: http://svn.apache.org/viewcvs/webservices/wss4j/trunk/interop/keys/ca.cer?rev=331003&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/wss4j/trunk/interop/keys/ca.cer
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/wss4j/trunk/interop/keys/root.cer
URL: http://svn.apache.org/viewcvs/webservices/wss4j/trunk/interop/keys/root.cer?rev=331003&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/wss4j/trunk/interop/keys/root.cer
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org