mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
fix #4525
This commit is contained in:
parent
338cd0b00a
commit
77a536edd2
@ -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…
Reference in New Issue
Block a user