X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman1%2Fopenssl-s_server.pod;h=e99d3b6a66b809c1df77810bb4416e1fd2a78e9a;hp=94f1a5ee1f104dc99e2462d036ef59027744ae7c;hb=8bc93d2f220de9750c6934d8d2f2346d14616180;hpb=f5c14c63226b12e10a9404604657f2860dcfcdee diff --git a/doc/man1/openssl-s_server.pod b/doc/man1/openssl-s_server.pod index 94f1a5ee1f..e99d3b6a66 100644 --- a/doc/man1/openssl-s_server.pod +++ b/doc/man1/openssl-s_server.pod @@ -257,7 +257,7 @@ anonymous cipher suite or PSK) this option has no effect. The certificate to use, most servers cipher suites require the use of a certificate and some require a certificate with a certain public key type: for example the DSS cipher suites require a certificate containing a DSS -(DSA) key. If not specified then the filename "server.pem" will be used. +(DSA) key. If not specified then the filename F will be used. =item B<-cert_chain> @@ -275,7 +275,7 @@ provided to the client. Option which determines how the subject or issuer names are displayed. The I argument can be a single option or multiple options separated by commas. Alternatively the B<-nameopt> switch may be used more than once to -set multiple options. See the L manual page for details. +set multiple options. See the L manual page for details. =item B<-naccept> I<+int> @@ -380,13 +380,14 @@ a certificate is requested. =item B<-CApath> I The directory to use for client certificate verification. This directory -must be in "hash format", see L for more information. These are -also used when building the server certificate chain. +must be in "hash format", see L for more information. +These are also used when building the server certificate chain. =item B<-chainCApath> I The directory to use for building the chain provided to the client. This -directory must be in "hash format", see L for more information. +directory must be in "hash format", see L for more +information. =item B<-chainCAfile> I @@ -422,7 +423,7 @@ web browser. Cannot be used in conjunction with B<-early_data>. Emulates a simple web server. Pages will be resolved relative to the current directory, for example if the URL https://myhost/page.html is -requested the file ./page.html will be loaded. Cannot be used in conjunction +requested the file F<./page.html> will be loaded. Cannot be used in conjunction with B<-early_data>. =item B<-tlsextdebug> @@ -433,7 +434,7 @@ Print a hex dump of any TLS extensions received from the server. Emulates a simple web server. Pages will be resolved relative to the current directory, for example if the URL https://myhost/page.html is -requested the file ./page.html will be loaded. The files loaded are +requested the file F<./page.html> will be loaded. The files loaded are assumed to contain a complete and correct HTTP response (lines that are part of the HTTP response line and headers must end with CRLF). Cannot be used in conjunction with B<-early_data>. @@ -637,7 +638,7 @@ B<-auth_level>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>, B<-verify_ip>, B<-verify_name>, B<-x509_strict> Set different peer certificate verification options. -See the L manual page for details. +See the L manual page for details. =item B<-crl_check>, B<-crl_check_all>