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