Skip to content

Commit

Permalink
Add trust dependencies table to provisioners doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tashian committed Sep 18, 2024
1 parent da9e111 commit 2a9f2c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions step-ca/provisioners.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ 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
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

Expand Down

0 comments on commit 2a9f2c5

Please sign in to comment.