-p
privkey.pem
--private-key=
privkey.pem
-
Specifies a PEM file containing the private key used as
identity for outgoing SSL connections.
-c
cert.pem
--certificate=
cert.pem
-
Specifies a PEM file containing a certificate that certifies the
private key specified on
-p
or --private-key
to be
trustworthy. The certificate must be signed by the certificate
authority (CA) that the peer in SSL connections will use to verify it.
-C
cacert.pem
--ca-cert=
cacert.pem
-
Specifies a PEM file containing the CA certificate for
verifying certificates presented to this program by SSL peers. (This
may be the same certificate that SSL peers use to verify the
certificate specified on
-c
or --certificate
, or it may
be a different one, depending on the PKI design in use.)
-C none
--ca-cert=none
-
Disables verification of certificates presented by SSL peers. This
introduces a security risk, because it means that certificates cannot
be verified to be those of known trusted hosts.