summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index a5845f3..a3e4905 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,12 @@ all of them will be processed by lorry. The following shows two repositories.
Lorry can import other version control systems into git.
+When the URL uses the `https:` scheme, Lorry will validate the SSL/TLS
+server certificate by default. If necessary, this can be disabled for
+a Bazaar, Git, and Mercurial server by adding the key:
+
+ "check-certificates": false
+
### Mercurial
Mercurial is very similar to git, just change the type field to "hg"