From 616f60e06dc8c44ba319f00d20584157382b975c Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Mon, 16 May 2005 10:30:57 +0000 Subject: [PATCH] Unwrap some lines which fit on one line just fine when rendered; the readability of the finished product is more important here. --- en_US.ISO8859-1/books/handbook/security/chapter.sgml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/security/chapter.sgml b/en_US.ISO8859-1/books/handbook/security/chapter.sgml index 6bc299954e..6d4d560d8b 100644 --- a/en_US.ISO8859-1/books/handbook/security/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/security/chapter.sgml @@ -3086,18 +3086,15 @@ An optional company name []:Another NameRSA key: - &prompt.root; openssl dsaparam -rand -genkey -out -myRSA.key 1024 + &prompt.root; openssl dsaparam -rand -genkey -out myRSA.key 1024 Next, generate the CA key: - &prompt.root; openssl gendsa -des3 -out \ -myca.key myRSA.key + &prompt.root; openssl gendsa -des3 -out myca.key myRSA.key Use this key to create the certificate: - &prompt.root; openssl req -new -x509 -days 365 -key \ -myca.key -out new.crt + &prompt.root; openssl req -new -x509 -days 365 -key myca.key -out new.crt Two new files should appear in the directory: a certificate authority signature file, myca.key and the