docs/cmdline-opts: GnuTLS supports PKCS#11 URI in --cert option

Closes #15075
This commit is contained in:
Tatsuhiro Tsujikawa 2024-09-27 17:30:06 +09:00 committed by Daniel Stenberg
parent f2ce14e10a
commit 7048d1d211
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -39,6 +39,10 @@ PKCS#11 URI. If a PKCS#11 URI is provided, then the --engine option is set as
`pkcs11` if none was provided and the --cert-type option is set as `ENG` if
none was provided.
If curl is built against GnuTLS library, a PKCS#11 URI can be used to specify
a certificate located in a PKCS#11 device. A string beginning with `pkcs11:`
is interpreted as a PKCS#11 URI.
(iOS and macOS only) If curl is built against Secure Transport, then the
certificate string can either be the name of a certificate/private key in the
system or user keychain, or the path to a PKCS#12-encoded certificate and