##// END OF EJS Templates
hgrc.5: mention that web.cacerts are run through util.expandpath
Martin Geisler -
r13232:b25b5ad0 stable
parent child Browse files
Show More
@@ -991,10 +991,11 b' The full set of options is:'
991 991 third-party tools like email notification hooks can construct
992 992 URLs. Example: ``http://hgserver/repos/``.
993 993 ``cacerts``
994 Path to file containing a list of PEM encoded certificate authority
995 certificates. If specified on the client, then it will verify the identity
996 of remote HTTPS servers with these certificates. The form must be
997 as follows::
994 Path to file containing a list of PEM encoded certificate
995 authority certificates. Environment variables and ``~user``
996 constructs are expanded in the filename. If specified on the
997 client, then it will verify the identity of remote HTTPS servers
998 with these certificates. The form must be as follows::
998 999
999 1000 -----BEGIN CERTIFICATE-----
1000 1001 ... (certificate in base64 PEM encoding) ...
General Comments 0
You need to be logged in to leave comments. Login now