From eac062f478a940471c16c750fe7f080f5a4128c6 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 23 May 2019 21:32:58 +0200 Subject: certtool: corrected typo in manual [ci skip] Signed-off-by: Nikos Mavrogiannopoulos --- src/certtool-args.def | 4 ++-- 1 file 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 -- cgit v1.2.1