From: Richard Levitte Date: Tue, 14 Jan 2003 13:56:44 +0000 (+0000) Subject: Correct an example that has a few typos. X-Git-Tag: OpenSSL_0_9_6i~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e59199444c58ca3682b6c97807f50813134b0be0;p=oweals%2Fopenssl.git Correct an example that has a few typos. PR: 458 --- diff --git a/doc/apps/x509.pod b/doc/apps/x509.pod index 3a05fdc828..890e7b5f62 100644 --- a/doc/apps/x509.pod +++ b/doc/apps/x509.pod @@ -532,8 +532,8 @@ certificate extensions: Set a certificate to be trusted for SSL client use and change set its alias to "Steve's Class 1 CA" - openssl x509 -in cert.pem -addtrust sslclient \ - -alias "Steve's Class 1 CA" -out trust.pem + openssl x509 -in cert.pem -addtrust clientAuth \ + -setalias "Steve's Class 1 CA" -out trust.pem =head1 NOTES