diff options
author | Timo Teräs <timo.teras@iki.fi> | 2022-12-20 23:16:12 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2022-12-20 23:16:12 +0200 |
commit | a77e28ab60f7fec2290405ffb1c32d1b673dd8b2 (patch) | |
tree | 054f900f135785c4740bffef54d1969548343bf7 /doc | |
parent | b50dc5fbe4ff6426870b27e730bf7cd883cf9349 (diff) | |
download | apk-tools-a77e28ab60f7fec2290405ffb1c32d1b673dd8b2.tar.gz apk-tools-a77e28ab60f7fec2290405ffb1c32d1b673dd8b2.tar.bz2 apk-tools-a77e28ab60f7fec2290405ffb1c32d1b673dd8b2.tar.xz apk-tools-a77e28ab60f7fec2290405ffb1c32d1b673dd8b2.zip |
apk, fetch: implement --no-check-certificate
fixes #10650
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apk.8.scd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/apk.8.scd b/doc/apk.8.scd index e749e67..86eae96 100644 --- a/doc/apk.8.scd +++ b/doc/apk.8.scd @@ -146,6 +146,9 @@ The following options are available for all commands. *--no-cache* Do not use any local cache path. +*--no-check-certificate* + Do not validate the HTTPS server certificates. + *--no-interactive* Disable interactive mode. |