From bdbcaaf7699622568258cdeaa6885f69a6d7bfd3 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 7 Mar 2023 15:42:31 +0100 Subject: 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. --- share/man/just-mr.1.org | 8 ++++++++ 1 file changed, 8 insertions(+) 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"~.\\ -- cgit v1.2.3