From: Dan Kenigsberg Date: Fri, 28 Aug 2020 11:26:30 +0000 (+0300) Subject: docs: SSLCERTS: fix English syntax X-Git-Tag: curl-7_73_0~193 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c77f6fd1cb19015c5e728235af860f09636fefbd;p=thirdparty%2Fcurl.git docs: SSLCERTS: fix English syntax Signed-off-by: Dan Kenigsberg Closes #5876 --- diff --git a/docs/SSLCERTS.md b/docs/SSLCERTS.md index 39170d0850..c991f67dd1 100644 --- a/docs/SSLCERTS.md +++ b/docs/SSLCERTS.md @@ -60,8 +60,8 @@ server, do one of the following: With the curl command line tool: --cacert [file] 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 - following configure options: + 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.