diff options
author | Michael Vogt <egon@bottom> | 2006-12-19 14:50:16 +0100 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-12-19 14:50:16 +0100 |
commit | df01b0d0d741eae61657b28a5111f40f05c215fe (patch) | |
tree | f5ec7c4b59ecf01e9e75d37bc9f9d6c794c83167 /doc | |
parent | c04a8d16e28bc82a76a31dba23244390a76fbcbb (diff) | |
parent | 714ee06cb1f8892f283bcdcfbb7ebbba8d642193 (diff) |
* merged apt--curl-https branch
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/configure-index | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 55e9761a2..56389b749 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -130,6 +130,18 @@ Acquire Dl-Limit "7"; // 7Kb/sec maximum download rate }; + // HTTPS method configuration: + // - uses the http proxy config + // - uses the http cache-control values + // - uses the http Dl-Limit values + https + { + Verify-Peer "false"; + SslCert "/etc/apt/some.pem"; + CaPath "/etc/ssl/certs"; + Verify-Host" "2"; + }; + ftp { Proxy "ftp://127.0.0.1/"; @@ -271,6 +283,7 @@ Debug NoLocking "false"; Acquire::Ftp "false"; // Show ftp command traffic Acquire::Http "false"; // Show http command traffic + Acquire::Https "false"; // Show https debug Acquire::gpgv "false"; // Show the gpgv traffic aptcdrom "false"; // Show found package files IdentCdrom "false"; |