diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/connect.in | 2 | ||||
-rw-r--r-- | docs/help/in/server.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/help/in/connect.in b/docs/help/in/connect.in index a0d793d2..e861ad74 100644 --- a/docs/help/in/connect.in +++ b/docs/help/in/connect.in @@ -15,6 +15,8 @@ -tls_cafile: The file with the list of CA certificates. -tls_capath: The directory which contains the CA certificates. -tls_ciphers: TLS cipher suite preference lists. + -tls_pinned_cert: Pinned x509 certificate fingerprint. + -tls_pinned_pubkey: Pinned public key fingerprint. -noproxy: Ignores the global proxy configuration. -network: The network this connection belongs to. -host: The hostname you would like to connect from. diff --git a/docs/help/in/server.in b/docs/help/in/server.in index ee1a30e1..60870111 100644 --- a/docs/help/in/server.in +++ b/docs/help/in/server.in @@ -24,6 +24,8 @@ -tls_cafile: The file with the list of CA certificates. -tls_capath: The directory which contains the CA certificates. -tls_ciphers: TLS cipher suite preference lists. + -tls_pinned_cert: Pinned x509 certificate fingerprint. + -tls_pinned_pubkey: Pinned public key fingerprint. -auto: Automatically connects to the server on startup. -noauto: Doesn't connect to the server on startup. -network: The network the server belongs to. |