projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90f6da7
)
Correct an example that has a few typos.
author
Richard Levitte
<levitte@openssl.org>
Tue, 14 Jan 2003 13:56:44 +0000
(13:56 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 14 Jan 2003 13:56:44 +0000
(13:56 +0000)
PR: 458
doc/apps/x509.pod
patch
|
blob
|
history
diff --git
a/doc/apps/x509.pod
b/doc/apps/x509.pod
index 3a05fdc8283808f9589e4dd274264749c3f4c9db..890e7b5f62350ef6ccd6b3ae9ac8e0dfd0771d33 100644
(file)
--- 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
\
+ -
set
alias "Steve's Class 1 CA" -out trust.pem
=head1 NOTES