diff --git a/docs/CURL_TPM 2.0.md b/docs/CURL_TPM 2.0.md new file mode 100644 index 0000000000..e04ee2fd0b --- /dev/null +++ b/docs/CURL_TPM 2.0.md @@ -0,0 +1,9 @@ +## Note for users with TPM (Trusted Platform Module) 2.0 with OpenSSL + +In order to use Curl with a TPM 2.0, you must use external engines to use your TPM 2.0 +and use this command `curl --key /path/to/key.tss --cert /path/to/cert.crt https://my-server.com/download/url`. + +Replace `/path/to/key.tss` with your ssl key and `/path/to/cert.crt` with your cert key. + + +For more information, see [this issue](https://github.com/curl/curl/issues/16474). \ No newline at end of file