diff options
| -rw-r--r-- | doc/apt-transport-https.1.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/apt-transport-https.1.xml b/doc/apt-transport-https.1.xml index 7be546c3a..0f06e719d 100644 --- a/doc/apt-transport-https.1.xml +++ b/doc/apt-transport-https.1.xml @@ -115,9 +115,9 @@ Acquire::https { CAInfo "/path/to/ca/certs.pem"; CRLFile "/path/to/all/crl.pem"; Verify-Peer "true"; - Verify-Host::broken.example.org "false"; - SSLCert::example.org "/path/to/client/cert.pem"; - SSLKey::example.org "/path/to/client/key.pem" + broken.example.org::Verify-Host "false"; + example.org::SSLCert "/path/to/client/cert.pem"; + example.org::SSLKey "/path/to/client/key.pem" }; </literallayout> </refsect1> |
