From: Richard Levitte Date: Tue, 14 Jan 2003 13:56:38 +0000 (+0000) Subject: Correct an example that has a few typos. X-Git-Tag: OpenSSL_0_9_7a~64^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c653b56937b6490021d24bf1eb23c816f966aff4;p=openssl 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