savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] administration/docs/hacking_savannah hacking_sa...


From: Sylvain Beucler
Subject: [Savannah-cvs] administration/docs/hacking_savannah hacking_sa...
Date: Wed, 17 Nov 2004 18:56:54 -0500

CVSROOT:        /cvsroot/administration
Module name:    administration
Branch:         
Changes by:     Sylvain Beucler <address@hidden>        04/11/17 23:51:04

Modified files:
        docs/hacking_savannah: hacking_savannah.texi 

Log message:
        Fixed typos in the ssl keys generation

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/docs/hacking_savannah/hacking_savannah.texi.diff?tr1=1.75&tr2=1.76&r1=text&r2=text

Patches:
Index: administration/docs/hacking_savannah/hacking_savannah.texi
diff -u administration/docs/hacking_savannah/hacking_savannah.texi:1.75 
administration/docs/hacking_savannah/hacking_savannah.texi:1.76
--- administration/docs/hacking_savannah/hacking_savannah.texi:1.75     Tue Nov 
16 23:41:08 2004
+++ administration/docs/hacking_savannah/hacking_savannah.texi  Wed Nov 17 
23:51:04 2004
@@ -1,5 +1,5 @@
 \input texinfo   @c -*-texinfo-*-
address@hidden $Id: hacking_savannah.texi,v 1.75 2004/11/16 23:41:08 Beuc Exp $
address@hidden $Id: hacking_savannah.texi,v 1.76 2004/11/17 23:51:04 Beuc Exp $
 @comment %**start of header
 @setfilename hacking_savannah.info
 @include version.texi
@@ -496,6 +496,7 @@
 $ mkdir newcerts
 $ mkdir private
 $ echo "01" > serial
+$ touch index.txt
 
 # Create the root certificate
 $ cd ..
@@ -511,6 +512,8 @@
 Email Address []:savannah-hackers@@gnu.org
 
 # Generate savannah.gnu.org certificate
+# Incidentally, it seems the country name has to be the same than in
+# CA key. Weird...
 $ openssl req -new -keyout savannah_gnu_pass.key -out savannah_gnu.csr
 Country Name (2 letter code) [AU]:US
 State or Province Name (full name) [Some-State]:MA
@@ -533,8 +536,8 @@
 
 # Create passphrase-less keys for use in Apache (no need to type the
 # passphrase on Apache startup)
-$ openssl rsq -in savannah_gnu_pass.key -out savannah_gnu.key
-$ openssl rsq -in savannah_nongnu_pass.key -out savannah_nongnu.key
+$ openssl rsa -in savannah_gnu_pass.key -out savannah_gnu.key
+$ openssl rsa -in savannah_nongnu_pass.key -out savannah_nongnu.key
 
 # Make sure nobody can read the private keys
 $ chmod 600 *.key demoCA/private/*




reply via email to

[Prev in Thread] Current Thread [Next in Thread]