docs: SSLCERTS: fix English syntax

Signed-off-by: Dan Kenigsberg <danken@redhat.com>

Closes #5876
This commit is contained in:
Dan Kenigsberg 2020-08-28 14:26:30 +03:00 committed by Daniel Stenberg
parent 0ac310a825
commit c77f6fd1cb
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 2 additions and 2 deletions

View File

@ -60,8 +60,8 @@ server, do one of the following:
With the curl command line tool: --cacert [file] With the curl command line tool: --cacert [file]
3. Add the CA cert for your server to the existing default CA certificate 3. Add the CA cert for your server to the existing default CA certificate
store. The default CA certificate store can changed at compile time with the store. The default CA certificate store can be changed at compile time with
following configure options: the following configure options:
--with-ca-bundle=FILE: use the specified file as CA certificate store. CA --with-ca-bundle=FILE: use the specified file as CA certificate store. CA
certificates need to be concatenated in PEM format into this file. certificates need to be concatenated in PEM format into this file.