mirror of
https://github.com/curl/curl.git
synced 2026-07-09 11:37:15 +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
|
|
@ -23,7 +23,7 @@
|
|||
# *
|
||||
# ***************************************************************************
|
||||
# This shell script creates a fresh ca-bundle.crt file for use with libcurl.
|
||||
# It extracts all ca certs it finds in the local Firefox database and converts
|
||||
# It extracts all CA certs it finds in the local Firefox database and converts
|
||||
# them all into PEM format.
|
||||
#
|
||||
# It uses the "certutil" command line tool from the NSS project to perform the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue