From 5e42189ddbcca5e18cfef1a2cb3dee85e6bd51fa Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Sat, 29 Jan 2022 21:54:12 -0800
Subject: [PATCH] Document `no-check-certificate` in defaults files.

See #7873.
---
 MANUAL.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/MANUAL.txt b/MANUAL.txt
index 24d341685..7047bdf70 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1823,6 +1823,10 @@ To include the built-in citeproc filter, use either `citeproc` or
 |                                  |   - ["User-Agent", "Mozilla/5.0"] |
 | ```                              | ```                               |
 +----------------------------------+-----------------------------------+
+| ```                              | ``` yaml                          |
+| --no-check-certificate           | no-check-certificate: true        |
+| ```                              | ```                               |
++----------------------------------+-----------------------------------+
 
 
 ## Options affecting specific writers