mirror of
https://github.com/curl/curl.git
synced 2026-07-22 19:17:17 +03:00
docs: grammar proofread, typo fixes
(Partially automated) proofread of most of the documentation, leading to various typo fixes. Closes #8353
This commit is contained in:
parent
91e3996aa7
commit
b341b7675b
21 changed files with 68 additions and 65 deletions
|
|
@ -29,7 +29,7 @@ Which CAs do you trust? You can decide to trust the same set of companies your
|
|||
operating system trusts, or the set one of the known browsers trust. That is
|
||||
basically trust via someone else you trust. You should just be aware that
|
||||
modern operating systems and browsers are setup to trust *hundreds* of
|
||||
companies and recent years several such CAs have been found untrustworthy.
|
||||
companies and in recent years several such CAs have been found untrustworthy.
|
||||
|
||||
Certificate Verification
|
||||
------------------------
|
||||
|
|
@ -63,8 +63,8 @@ server, do one of the following:
|
|||
store. The default CA certificate store can be changed at compile time with
|
||||
the following configure options:
|
||||
|
||||
--with-ca-bundle=FILE: use the specified file as CA certificate store. CA
|
||||
certificates need to be concatenated in PEM format into this file.
|
||||
--with-ca-bundle=FILE: use the specified file as the CA certificate store.
|
||||
CA certificates need to be concatenated in PEM format into this file.
|
||||
|
||||
--with-ca-path=PATH: use the specified path as CA certificate store. CA
|
||||
certificates need to be stored as individual PEM files in this directory.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue