]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
docs: Mention that only dnf/dnf5 support various proxy settings
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 27 Mar 2024 19:26:37 +0000 (20:26 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 27 Mar 2024 20:12:55 +0000 (21:12 +0100)
mkosi/resources/mkosi.md

index 2c63b7428486857056d060efd2793849a2617c6b..554e9ecedba27bec3d23ee4e5cf1d08b8020acf6 100644 (file)
@@ -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`