doc/hgrc.5.txt
branchstable
changeset 13232 b25b5ad0cca8
parent 13057 1cfaf11c6398
child 13234 0935ff767285
child 13314 8dc488dfcdb4
equal deleted inserted replaced
13231:b335882c2f21 13232:b25b5ad0cca8
   989 ``baseurl``
   989 ``baseurl``
   990     Base URL to use when publishing URLs in other locations, so
   990     Base URL to use when publishing URLs in other locations, so
   991     third-party tools like email notification hooks can construct
   991     third-party tools like email notification hooks can construct
   992     URLs. Example: ``http://hgserver/repos/``.
   992     URLs. Example: ``http://hgserver/repos/``.
   993 ``cacerts``
   993 ``cacerts``
   994     Path to file containing a list of PEM encoded certificate authority
   994     Path to file containing a list of PEM encoded certificate
   995     certificates. If specified on the client, then it will verify the identity
   995     authority certificates. Environment variables and ``~user``
   996     of remote HTTPS servers with these certificates. The form must be
   996     constructs are expanded in the filename. If specified on the
   997     as follows::
   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         -----BEGIN CERTIFICATE-----
  1000         -----BEGIN CERTIFICATE-----
  1000         ... (certificate in base64 PEM encoding) ...
  1001         ... (certificate in base64 PEM encoding) ...
  1001         -----END CERTIFICATE-----
  1002         -----END CERTIFICATE-----
  1002         -----BEGIN CERTIFICATE-----
  1003         -----BEGIN CERTIFICATE-----