From 8bc93d2f220de9750c6934d8d2f2346d14616180 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 1 Oct 2019 21:57:00 +0200 Subject: [PATCH] Command docs: more reference fixes Normalise on L over L Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/10065) --- doc/man1/CA.pl.pod | 24 ++++++++++++------------ doc/man1/openssl-cms.pod | 4 ++-- doc/man1/openssl-crl.pod | 2 +- doc/man1/openssl-genpkey.pod | 2 +- doc/man1/openssl-list.pod | 4 ++-- doc/man1/openssl-ocsp.pod | 2 +- doc/man1/openssl-req.pod | 4 ++-- doc/man1/openssl-s_client.pod | 11 ++++++----- doc/man1/openssl-s_server.pod | 11 ++++++----- doc/man1/openssl-s_time.pod | 16 ++++++++-------- doc/man1/openssl-smime.pod | 2 +- doc/man1/openssl-ts.pod | 18 +++++++++--------- doc/man1/openssl-verify.pod | 4 ++-- doc/man1/openssl.pod | 19 ++++++++++--------- 14 files changed, 63 insertions(+), 60 deletions(-) diff --git a/doc/man1/CA.pl.pod b/doc/man1/CA.pl.pod index c0ecabc538..db444d5683 100644 --- a/doc/man1/CA.pl.pod +++ b/doc/man1/CA.pl.pod @@ -48,18 +48,18 @@ Prints a usage message. Creates a new self signed certificate. The private key is written to the file F and the request written to the file F. -This argument invokes L command. +Invokes L. =item B<-newreq> Creates a new certificate request. The private key is written to the file F and the request written to the file F. -Executes L command below the hood. +Executes L under the hood. =item B<-newreq-nodes> Is like B<-newreq> except that the private key will not be encrypted. -Uses L command. +Uses L. =item B<-newca> @@ -68,7 +68,7 @@ and B<-xsign> options). The user is prompted to enter the filename of the CA certificates (which should also contain the private key) or by hitting ENTER details of the CA will be prompted for. The relevant files and directories are created in a directory called F in the current directory. -L and L commands are get invoked. +Uses L and L. =item B<-pkcs12> @@ -80,31 +80,31 @@ B<-sign> option. The PKCS#12 file can be imported directly into a browser. If there is an additional argument on the command line it will be used as the "friendly name" for the certificate (which is typically displayed in the browser list box), otherwise the name "My Certificate" is used. -Delegates work to L command. +Delegates work to L. =item B<-sign>, B<-signcert>, B<-xsign> Calls the L command to sign a certificate request. It expects the request to be in the file F. The new certificate is written to the file F except in the case of the B<-xsign> option when it is -written to standard output. Leverages L command. +written to standard output. =item B<-signCA> This option is the same as the B<-signreq> option except it uses the configuration file section B and so makes the signed request a valid CA certificate. This is useful when creating intermediate CA from -a root CA. Extra params are passed on to L command. +a root CA. Extra params are passed to L. =item B<-signcert> This option is the same as B<-sign> except it expects a self signed certificate to be present in the file F. -Extra params are passed on to L and L commands. +Extra params are passed to L and L. =item B<-crl> -Generate a CRL. Executes L command. +Generate a CRL. Executes L. =item B<-revoke> I [I] @@ -112,13 +112,13 @@ Revoke the certificate contained in the specified B. An optional reason may be specified, and must be one of: B, B, B, B, B, B, B, or B. -Leverages L command. +Leverages L. =item B<-verify> Verifies certificates against the CA certificate for F. If no certificates are specified on the command line it tries to verify the file -F. Invokes L command. +F. Invokes L. =item B<-extra-req> | B<-extra-ca> | B<-extra-pkcs12> | B<-extra-x509> | B<-extra-verify> I @@ -147,7 +147,7 @@ the request and finally create a PKCS#12 file containing it. =head1 DSA CERTIFICATES Although the B creates RSA CAs and requests it is still possible to -use it with DSA certificates and requests using the L command +use it with DSA certificates and requests using the L command directly. The following example shows the steps that would typically be taken. Create some DSA parameters: diff --git a/doc/man1/openssl-cms.pod b/doc/man1/openssl-cms.pod index ddadbc5bb3..0468fdbd9e 100644 --- a/doc/man1/openssl-cms.pod +++ b/doc/man1/openssl-cms.pod @@ -314,7 +314,7 @@ default digest algorithm for the signing key will be used (usually SHA1). The encryption algorithm to use. For example triple DES (168 bits) - B<-des3> or 256 bit AES - B<-aes256>. Any standard algorithm name (as used by the EVP_get_cipherbyname() function) can also be used preceded by a dash, for -example B<-aes-128-cbc>. See L for a list of ciphers +example B<-aes-128-cbc>. See L for a list of ciphers supported by your version of OpenSSL. If not specified triple DES is used. Only used with B<-encrypt> and @@ -509,7 +509,7 @@ B<-auth_level>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>, B<-verify_ip>, B<-verify_name>, B<-x509_strict> Set various certificate chain validation options. See the -L manual page for details. +L manual page for details. =back diff --git a/doc/man1/openssl-crl.pod b/doc/man1/openssl-crl.pod index 5394a2af1c..1dcf6b0bb1 100644 --- a/doc/man1/openssl-crl.pod +++ b/doc/man1/openssl-crl.pod @@ -64,7 +64,7 @@ Print out the CRL in text form. =item B<-nameopt> I