Skip to content

Commit

Permalink
Add ACME consideration about entity templating (hashicorp#21356)
Browse files Browse the repository at this point in the history
These don't do anything but reject requests:

> The server will not issue certificates for the identifier:
> role (something) will not issue certificate for name
> xps15.local.cipherboy.com

Signed-off-by: Alexander Scheel <[email protected]>
  • Loading branch information
cipherboy authored Jun 20, 2023
1 parent 67927a1 commit 4eed18c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/content/docs/secrets/pki/considerations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,11 @@ To solve this issue, there are two possible approaches:
The choice of approach depends on the policies of the organization wishing
to use ACME.

Another consequence of the Vault unauthenticated nature of ACME requests
are that role templating, based on entity information, cannot be used as
there is no token and thus no entity associated with the request, even when
EAB binding is used.

### ACME and the Public Internet

Using ACME is possible over the public internet; public CAs like Let's Encrypt
Expand Down

0 comments on commit 4eed18c

Please sign in to comment.