From 70f7e04ed9b6a55dd6a4313279388760775b0712 Mon Sep 17 00:00:00 2001 From: Eugene Zagidullin Date: Thu, 10 Oct 2024 22:53:57 +0300 Subject: [PATCH] missing docs --- README.md | 2 ++ docs/start.md | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 5a7b15e8..6f7d3e14 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ In the first year of the Tezos network operation, there was anecdotal evidence t | AWS KMS | ✅ | | Ledger Nano S/S+ (Baking only) | ✅ | | Hashicorp Vault | ✅ | +| PKCS#11 | ✅ | ### Tezos Address Types @@ -90,6 +91,7 @@ In Tezos, you can infer the signing algorithm from the first three characters of | AWS KMS | ❌ | ✅ | ✅ | | Azure KMS | ❌ | ✅ | ✅ | | YubiHSM2 | ✅ | ✅ | ✅ | +| PKCS#11 | ❌ | ✅ | ✅ | --- diff --git a/docs/start.md b/docs/start.md index 4f55bc19..7863408c 100644 --- a/docs/start.md +++ b/docs/start.md @@ -151,6 +151,7 @@ tezos: * [GCP Key Management](gcp_kms.md) * [YubiHSM2](yubihsm.md) * [Hashicorp Vault](hashicorp_vault.md) +* [PKCS#11](pkcs11.md) ---