mirror of
https://github.com/curl/curl.git
synced 2026-07-28 21:13:07 +03:00
tidy-up: make 'CA' uppercase, where missing
```sh git grep -w ca | grep -v -E -i 'ca[;"=/()%_.-]' | grep -v -E -i '[*$"=/()%_.-]ca' ``` Closes #22135
This commit is contained in:
parent
5735540835
commit
b0d0f16d20
14 changed files with 25 additions and 25 deletions
|
|
@ -591,7 +591,7 @@ Failing the verification causes curl to deny the connection. You must then
|
|||
use [`--insecure`](https://curl.se/docs/manpage.html#-k) (`-k`) in case you
|
||||
want to tell curl to ignore that the server cannot be verified.
|
||||
|
||||
More about server certificate verification and ca cert bundles can be read in
|
||||
More about server certificate verification and CA cert bundles can be read in
|
||||
the [`SSLCERTS` document](https://curl.se/docs/sslcerts.html).
|
||||
|
||||
At times you may end up with your own CA cert store and then you can tell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue