From: Gabriel B. <sh...@us...> - 2006-03-12 17:24:05
|
Update of /cvsroot/solidircd/solidircd-stable/doc/ssl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10054/doc/ssl Modified Files: makecert.sh Log Message: template updates. Index: makecert.sh =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/doc/ssl/makecert.sh,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** makecert.sh 27 Jun 2005 03:03:01 -0000 1.1.1.1 --- makecert.sh 12 Mar 2006 17:23:59 -0000 1.2 *************** *** 4,9 **** --- 4,11 ---- openssl req -new -x509 -nodes -days 365 -config ssl.cnf -out vgc.pem -keyout vgckey.pem echo "" + chmod 600 vgckey.pem openssl x509 -subject -dates -issuer -serial -fingerprint -noout -in vgc.pem echo "" + chmod 600 vgc.pem else |