Skip to content

Commit

Permalink
Update how-certificate-issuing-works.md (#755)
Browse files Browse the repository at this point in the history
Small text update

Signed-off-by: Hayden B <hblauzvern@google.com>

Signed-off-by: Hayden B <hblauzvern@google.com>
  • Loading branch information
haydentherapper committed Aug 24, 2022
1 parent 7164821 commit 9c19f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-certificate-issuing-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To authenticate the token Fulcio must:
Once the client has been authenticated, the next step is to verify the client
is in possession of the private key of the public key they’ve submitted. To do
this, Fulcio verifies the signed challenge or CSR. For a signed challenge, this is
a signature of the `sub` claim. For challenge and CSR are verified using the provided public key.
a signature of the `sub` claim. The challenge and CSR are verified using the provided public key.

![Challenge verification diagram](img/verify-challenge.png)

Expand Down

0 comments on commit 9c19f08

Please sign in to comment.