From: Daan De Meyer Date: Wed, 27 Mar 2024 19:26:37 +0000 (+0100) Subject: docs: Mention that only dnf/dnf5 support various proxy settings X-Git-Tag: v23~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71355ea5b85ac3f42f8e293cb78e985b99c64922;p=thirdparty%2Fmkosi.git docs: Mention that only dnf/dnf5 support various proxy settings --- diff --git a/mkosi/resources/mkosi.md b/mkosi/resources/mkosi.md index 2c63b7428..554e9eced 100644 --- a/mkosi/resources/mkosi.md +++ b/mkosi/resources/mkosi.md @@ -1439,22 +1439,27 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`, `ProxyPeerCertificate=`, `--proxy-peer-certificate=` : Configure a file containing certificates used to verify the proxy. - Defaults to the system-wide certificate store. Note that not all - package managers that mkosi uses have support for specifying a proxy - peer certificate. + Defaults to the system-wide certificate store. + +: Currently, setting a proxy peer certificate is only supported when + `dnf` or `dnf5` is used to build the image. `ProxyClientCertificate=`, `--proxy-client-certificate=` : Configure a file containing the certificate used to authenticate the - client with the proxy. Note that not all package managers that mkosi - uses have support for specifying a proxy client certificate. + client with the proxy. + +: Currently, setting a proxy client certificate is only supported when + `dnf` or `dnf5` is used to build the image. `ProxyClientKey=`, `--proxy-client-key=` : Configure a file containing the private key used to authenticate the client with the proxy. Defaults to the proxy client certificate if one - is provided. Note that not all package managers that mkosi uses have - support for specifying a proxy client key. + is provided. + +: Currently, setting a proxy client key is only supported when `dnf` or + `dnf5` is used to build the image. `Incremental=`, `--incremental=`, `-i`