diff options
author | C. McEnroe | 2021-03-08 12:42:43 -0500 |
---|---|---|
committer | C. McEnroe | 2021-03-08 12:42:43 -0500 |
commit | 34cfcb1f0469c782e448a42a70af06e7e26e3e2a (patch) | |
tree | 4a82f35929efca0df112b4998ffa145dc37d047e | |
parent | 6435dfdda5c50b0244260d881210538c81d43fa0 (diff) |
Attempt to clarify trust option use
Trust is not certificate pinning and should only be used for self-signed certificates.
-rw-r--r-- | catgirl.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/catgirl.1 b/catgirl.1 index 72c0408..4fdf231 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -316,9 +316,10 @@ or .Ql \&../ . . .It Fl t Ar path , Cm trust = Ar path -Trust the certificate loaded from -.Ar path . -Server name verification is disabled. +Trust the self-signed certificate +loaded from +.Ar path +and disable server name verification. The .Ar path is searched for in the same manner |