From: Richard Levitte Date: Tue, 14 Jan 2003 13:56:41 +0000 (+0000) Subject: Correct an example that has a few typos. X-Git-Tag: OpenSSL_0_9_7a~65 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7a48984dd5d223e04fb08f4b19ce9c6a12bd7d4d;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 674bfd17cd..f044177835 100644 --- a/doc/apps/x509.pod +++ b/doc/apps/x509.pod @@ -637,8 +637,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