]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/cmdline-opts: GnuTLS supports PKCS#11 URI in --cert option
authorTatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
Fri, 27 Sep 2024 08:30:06 +0000 (17:30 +0900)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 28 Sep 2024 16:09:05 +0000 (18:09 +0200)
Closes #15075

docs/cmdline-opts/cert.md

index 715fcb831a43d9eb587fda7142272aac423b2eed..d5d19a39d8ac8ecc9f403b2849771614485fb21a 100644 (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