Home | History | Annotate | Download | only in docs

Lines Matching full:certificate

328 (HTTPS/FTPS) Provide a file using PEM format with a Certificate Revocation
504 .IP "-E, --cert <certificate[:password]>"
505 (SSL) Tells curl to use the specified client certificate file when getting a
506 file with HTTPS, FTPS or another SSL-based protocol. The certificate must be
509 the terminal. Note that this option assumes a \&"certificate" file that is the
510 private key and the client certificate concatenated! See \fI--cert\fP and
514 curl the nickname of the certificate to use within the NSS database defined
524 certificate string can either be the name of a certificate/private key in the
525 system or user keychain, or the path to a PKCS#12-encoded certificate and
551 (SSL) Tells curl what certificate type the provided certificate is in. PEM,
555 .IP "--cacert <CA certificate>"
556 (SSL) Tells curl to use the specified certificate file to verify the peer. The
557 file may contain multiple CA certificates. The certificate(s) must be in PEM
576 preferred method of verifying the peer's certificate chain.
579 .IP "--capath <CA certificate directory>"
580 (SSL) Tells curl to use the specified certificate directory to verify the
596 When negotiating a TLS or SSL connection, the server sends a certificate
597 indicating its identity. A public key is extracted from this certificate and
614 (SSL) Tells curl to verify the status of the server certificate by using the
615 Certificate Status Request (aka. OCSP stapling) TLS extension.
618 response, if the response suggests that the server certificate has been revoked,
717 using a client certificate, using "SITE AUTH" will tell the server to retrieve
718 the username from the certificate. (Added in 7.15.5)
895 the CA certificate bundle installed by default. This makes all connections
1221 affect the hostname/port that is used for TLS/SSL (e.g. SNI, certificate
1471 .IP "--proxy-cacert <CA certificate>"
1474 .IP "--proxy-capath <CA certificate directory>"
1477 .IP "--proxy-cert <certificate[:password]>"
1746 (WinSSL) This option tells curl to disable certificate revocation checks.
2095 The result of the SSL peer certificate verification that was requested. 0
2427 The peer's SSL certificate or SSH MD5 fingerprint was not OK.
2439 Problem with the local certificate.
2443 Peer certificate cannot be authenticated with known CA certificates.