Skip to content

Commit

Permalink
Documentation: HTTPS settings add missing --ssl-keyfile-password (#839)
Browse files Browse the repository at this point in the history
* adding parameter --ssl-password to decrypt ssl key file

* rever changed to see if build passes

* put back the changes after applying black

* fixing E731 do not assign a lambda expression, use a def

* fix formatting

* amend ssl documentation adding ssl-keyfile-passwor

* remove duplicated text

* amend incomplete documentation about https --ssl-keyfile-password

* fix the parameter https --ssl-keyfile-password type

* refine the parameter --ssl-keyfile-password description
  • Loading branch information
remster85 authored Nov 2, 2020
1 parent d5dcf80 commit 6468b70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ connecting IPs in the `forwarded-allow-ips` configuration.
## HTTPS

* `--ssl-keyfile <path>` - SSL key file
* `--ssl-keyfile-password <str>` - Password to decrypt the ssl key
* `--ssl-certfile <path>` - SSL certificate file
* `--ssl-version <int>` - SSL version to use (see stdlib ssl module's)
* `--ssl-cert-reqs <int>` - Whether client certificate is required (see stdlib ssl module's)
Expand Down

0 comments on commit 6468b70

Please sign in to comment.