summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-03-07 15:42:31 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-03-08 15:52:35 +0100
commitbdbcaaf7699622568258cdeaa6885f69a6d7bfd3 (patch)
treeebe0b03892aab40f2f9e11f383cd8c849c4d50e5 /share
parent5bb63f0113a3fa9b54616fec3d97ac55fd1849d2 (diff)
downloadjustbuild-bdbcaaf7699622568258cdeaa6885f69a6d7bfd3.tar.gz
docs: Add SSL verification options to just-mr section-1 man page
Two command line arguments added: one to disable SSL verification, the other to override the path to the default system CA certificate bundle.
Diffstat (limited to 'share')
-rw-r--r--share/man/just-mr.1.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/man/just-mr.1.org b/share/man/just-mr.1.org
index 21047d18..b8f84635 100644
--- a/share/man/just-mr.1.org
+++ b/share/man/just-mr.1.org
@@ -87,6 +87,14 @@ See *just-mr-repository-config(5)* for more details on the input format.
*--log-append*\\
Append messages to log file instead of overwriting existing.
+ *--no-fetch-ssl-verify*\\
+ Disable the default peer SSL certificate verification step when fetching
+ archives (for which we verify the hash anyway) from remote.
+
+ *--fetch-cacert* PATH\\
+ Path to the CA certificate bundle containing one or more certificates to be
+ used to peer verify archive fetches from remote.
+
*--just* PATH\\
Name of the just binary in ~PATH~ or path to the just binary.\\
Default: ~"just"~.\\