Skip to content

Commit

Permalink
docs: tweak CLI usage description of --cert
Browse files Browse the repository at this point in the history
  • Loading branch information
thegamecracks committed Mar 25, 2024
1 parent fae4b2e commit 43c8345
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dumdum/server.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"""Host a dumdum server.
To use TLS encryption, you must provide a certificate and private key.
This can be specified in one of two ways:
1. Specify a single file containing the private key and certificate:
This can be specified as either:
1. A single file containing both the private key and certificate:
--cert hello.pem
2. Specify the certificate and private key in separate files:
2. A pair of certificate and private key files, separated with a colon:
--cert hello.crt:hello.key
"""
Expand Down

0 comments on commit 43c8345

Please sign in to comment.