From 2a9f2c5a91823b4e27e74b78ec75a7861e0c9305 Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Wed, 18 Sep 2024 14:41:17 -0700 Subject: [PATCH] Add trust dependencies table to provisioners doc --- step-ca/provisioners.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/step-ca/provisioners.mdx b/step-ca/provisioners.mdx index c8ee43fe..45e2b23b 100644 --- a/step-ca/provisioners.mdx +++ b/step-ca/provisioners.mdx @@ -48,7 +48,7 @@ Trust dependencies are third parties you can leverage to bootstrap trust within Provisioner | What Is Trusted? ----------------------- | -------------------------------------------------------------- -JWK | Nothing (asymmetric private key) +JWK | Private key bearers OAuth | An OIDC authorization server (Okta, Google, Azure, etc.) X5C | Another X.509 CA ACME `dns-01` | Your DNS server and network @@ -56,7 +56,7 @@ ACME `http-01` | Your network, DNS, and OS privileged port protections ACME `tls-alpn-01` | Your network, DNS, and OS privileged port protections ACME `device-attest-01` | Security hardware manufacturer (Apple, Infineon, Yubico, etc.) Cloud Provisioners | Your cloud provider (AWS, GCP, Azure) -SCEP | Nothing (shared secret) +SCEP | Shared secret bearers ## Authorization Scope by Provisioner