]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1663] Corrected bold problem in sphinx
authorTomek Mrugalski <tomek@isc.org>
Thu, 25 Mar 2021 13:50:03 +0000 (14:50 +0100)
committerTomek Mrugalski <tomek@isc.org>
Thu, 25 Mar 2021 13:50:03 +0000 (14:50 +0100)
doc/sphinx/arm/shell.rst

index 5b12f9b6ae3b8802969745194bb0e2b343b1ea8b..0d5c6e7170382d3d56eae70680e736049af9eeb2 100644 (file)
@@ -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.