[yum-commits] Branch 'yum-3_2_X' - docs/yum.conf.5

skvidal at osuosl.org skvidal at osuosl.org
Thu Aug 27 18:45:56 UTC 2009


 docs/yum.conf.5 |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

New commits:
commit 9878b587200cbe7e87c43739ceaf386ffbf67569
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Thu Aug 27 11:51:43 2009 -0400

    document the ssl options

diff --git a/docs/yum.conf.5 b/docs/yum.conf.5
index ff24099..69b601d 100644
--- a/docs/yum.conf.5
+++ b/docs/yum.conf.5
@@ -254,6 +254,26 @@ with the \fBthrottle\fR option (above). If \fBthrottle\fR is a percentage and
 ignored. Default is `0' (no bandwidth throttling). 
 
 .IP
+\fBsslcacert \fR
+Path to the directory containing the databases of the certificate authorities
+yum should use to verify ssl certificates. Defaults to none - uses system
+default
+
+.IP
+\fBsslverify \fR
+Boolean - should yum verify ssl certificates/hosts at all. Defaults to True
+
+.IP
+\fBsslclientcert \fR
+Path to the ssl client certificate yum should use to connect to repos/remote sites
+Defaults to none.
+
+.IP
+\fBsslclientkey \fR
+Path to the ssl client key yum should use to connect to repos/remote sites
+Defaults to none.
+
+.IP
 \fBcommands\fR
 List of functional commands to run if no functional commands are specified
 on the command line (eg. "update foo bar baz quux").  None of the short options
@@ -605,6 +625,28 @@ repository.
 Overrides the \fBbandwidth\fR option from the [main] section for this
 repository.
 
+
+.IP
+\fBsslcacert \fR
+Overrides the \fBsslcacert\fR option from the [main] section for this
+repository.
+
+.IP
+\fBsslverify \fR
+Overrides the \fBsslverify\fR option from the [main] section for this
+repository.
+
+.IP
+\fBsslclientcert \fR
+Overrides the \fBsslclientcert\fR option from the [main] section for this
+repository.
+
+.IP
+\fBsslclientkey \fR
+Overrides the \fBsslclientkey\fR option from the [main] section for this
+repository.
+
+
 .IP
 \fBmetadata_expire \fR
 Overrides the \fBmetadata_expire\fR option from the [main] section for this


More information about the Yum-commits mailing list