Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r32 - trunk/python/pydok

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r32 - trunk/python/pydok


Chronological Thread 
  • From: "AFS account Roman Geus" <geus AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r32 - trunk/python/pydok
  • Date: Fri, 7 Mar 2008 15:33:00 +0100
  • List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
  • List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>

Author: geus
Date: Fri Mar 7 15:32:59 2008
New Revision: 32

Log:
Documented how to create a public key file for python from a Java keystore
file

Modified:
trunk/python/pydok/README.html

Modified: trunk/python/pydok/README.html
==============================================================================
--- trunk/python/pydok/README.html (original)
+++ trunk/python/pydok/README.html Fri Mar 7 15:32:59 2008
@@ -14,6 +14,11 @@
<h2>Installation</h2>
Install using distutils:
<pre>python setup.py install</pre>
+<h2>Extracting the public key from the Java keystore file</h2>
+<pre>
+keytool -exportcert -keystore
../../sites/psi/java/ch/psi/idok/service/common/dms.jks -storepass
P7GXtm6rPr5pT988N4Gm -alias dms_corba -file dms_corba.der
+openssl x509 -inform der -in dms_corba.der -pubkey -noout >
src/pydok/dms_corba.pub.key
+</pre>
<h2>Directions for configuring the webapplication demo
test/idok_cgi.py</h2>
<h3>Server side</h3>



  • [idok-commit] idok commit r32 - trunk/python/pydok, AFS account Roman Geus, 03/07/2008

Archive powered by MHonArc 2.6.19.

Top of Page