From 4c7ec8fe7ff799bef7cd13d0972a260c22fece37 Mon Sep 17 00:00:00 2001 From: Monochrome-debug Date: Wed, 26 Feb 2025 12:23:00 -0500 Subject: [PATCH] Added new documentation for users of TPM 2.0 --- docs/CURL_TPM 2.0.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/CURL_TPM 2.0.md 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