mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 10:47:14 +00:00
fix #4525
This commit is contained in:
parent
338cd0b00a
commit
77a536edd2
1 changed files with 6 additions and 1 deletions
|
|
@ -47,7 +47,12 @@ class Options(optmanager.OptManager):
|
|||
)
|
||||
self.add_option(
|
||||
"cert_passphrase", Optional[str], None,
|
||||
"Passphrase for decrypting the private key provided in the --cert option."
|
||||
"""
|
||||
Passphrase for decrypting the private key provided in the --cert option.
|
||||
|
||||
Note that passing cert_passphrase on the command line makes your passphrase visible in your system's
|
||||
process list. Specify it in config.yaml to avoid this.
|
||||
"""
|
||||
)
|
||||
self.add_option(
|
||||
"ciphers_client", Optional[str], None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue