# HG changeset patch # User Martin Geisler # Date 2011-01-05 09:57:52 # Node ID b25b5ad0cca8baf2e42f3d358ce8c2645c3ef6a4 # Parent b335882c2f21800a3369da9859f6a7884c5987cb hgrc.5: mention that web.cacerts are run through util.expandpath diff --git a/doc/hgrc.5.txt b/doc/hgrc.5.txt --- a/doc/hgrc.5.txt +++ b/doc/hgrc.5.txt @@ -991,10 +991,11 @@ The full set of options is: third-party tools like email notification hooks can construct URLs. Example: ``http://hgserver/repos/``. ``cacerts`` - Path to file containing a list of PEM encoded certificate authority - certificates. If specified on the client, then it will verify the identity - of remote HTTPS servers with these certificates. The form must be - as follows:: + Path to file containing a list of PEM encoded certificate + authority certificates. Environment variables and ``~user`` + constructs are expanded in the filename. If specified on the + client, then it will verify the identity of remote HTTPS servers + with these certificates. The form must be as follows:: -----BEGIN CERTIFICATE----- ... (certificate in base64 PEM encoding) ...