[metacat-cvs] metacat/docs/dev setupreplication.txt
Jing Tao
tao at ecoinformatics.org
Tue Nov 8 09:49:28 PST 2005
tao 05/11/08 09:49:27
Modified: docs/dev setupreplication.txt
Log:
Add new command to create no-password key.
Revision Changes Path
1.4 +4 -0 metacat/docs/dev/setupreplication.txt
Index: setupreplication.txt
===================================================================
RCS file: /cvs/metacat/docs/dev/setupreplication.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- setupreplication.txt 16 Sep 2004 03:24:45 -0000 1.3
+++ setupreplication.txt 8 Nov 2005 17:49:27 -0000 1.4
@@ -45,3 +45,7 @@
Common Name (eg, your name or your server's hostname) []:dev.nceas.ucsb.edu
(Note: don't put port number here)
Email Address []:tao at nceas.ucsb.edu
+
+For generate no password key and certificate (Alternative way):
+1. openssl genrsa -out server.key 1024
+2. openssl req -new -x509 -days 900 -key server.key -out server.crt
More information about the Metacat-cvs
mailing list