From: Tomek Mrugalski Date: Thu, 25 Mar 2021 13:50:03 +0000 (+0100) Subject: [#1663] Corrected bold problem in sphinx X-Git-Tag: Kea-1.9.6~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bba5391d5dbd642eecd2f5967d129dbf1e7b6813;p=thirdparty%2Fkea.git [#1663] Corrected bold problem in sphinx --- diff --git a/doc/sphinx/arm/shell.rst b/doc/sphinx/arm/shell.rst index 5b12f9b6ae..0d5c6e7170 100644 --- a/doc/sphinx/arm/shell.rst +++ b/doc/sphinx/arm/shell.rst @@ -143,14 +143,14 @@ TLS support Starting with 1.9.6, kea-shell supports HTTPS connections. The TLS/HTTPS support requires python 3. Additional command line arguments are: -- ``--ca`` Specifies the file or directory name of the Certification +- ``--ca`` Specifies the file or directory name of the Certification Authority. If not specified HTTPS is not used. - ``--cert`` Specifies the file name of the user end-entity public key certificate. If specified, the file name of the user key must be specified too. -- ``--key`` Specifies the file name of the user key file. If specified +- ``--key`` Specifies the file name of the user key file. If specified the file name of the user certificate must be specified too. Note that encrypted key files are not supported.