summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-05-23 21:32:58 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-05-23 21:33:05 +0200
commiteac062f478a940471c16c750fe7f080f5a4128c6 (patch)
treeeded03a60f7f345e380d718c6994df7c0a3cc849
parent7e50ae3cf42ffaa132cf740e7202c345b0789caa (diff)
downloadgnutls-eac062f478a940471c16c750fe7f080f5a4128c6.tar.gz
certtool: corrected typo in manual [ci skip]
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--src/certtool-args.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/certtool-args.def b/src/certtool-args.def
index 35741a21c8..915598d446 100644
--- a/src/certtool-args.def
+++ b/src/certtool-args.def
@@ -1007,12 +1007,12 @@ encryption_key
# Whether this certificate will be used for a TLS client;
-# this sets the id-kp-serverAuth (1.3.6.1.5.5.7.3.1) of
+# this sets the id-kp-clientAuth (1.3.6.1.5.5.7.3.2) of
# extended key usage.
#tls_www_client
# Whether this certificate will be used for a TLS server;
-# This sets the id-kp-clientAuth (1.3.6.1.5.5.7.3.2) of
+# this sets the id-kp-serverAuth (1.3.6.1.5.5.7.3.1) of
# extended key usage.
#tls_www_server