# HG changeset patch # User Augie Fackler # Date 2015-09-22 18:31:17 # Node ID ccdc2b23fdb8ad1ba89e6c4ffbf05dbac22d426e # Parent 9cecbe837c94fcd817843c2401e37eabc74423af debian: configuration so that cacerts is properly loaded This will be included in the mercurial-common package in a followup patch. diff --git a/contrib/debian/cacerts.rc b/contrib/debian/cacerts.rc new file mode 100644 --- /dev/null +++ b/contrib/debian/cacerts.rc @@ -0,0 +1,5 @@ +# This config file points Mercurial at the system-wide certificate +# store from the ca-certificates package. + +[web] +cacerts = /etc/ssl/certs/ca-certificates.crt