Skip to content

Commit

Permalink
fix_certificate_readme_typos (#487)
Browse files Browse the repository at this point in the history
Signed-off-by: John Speed Meyers <jsmeyers@chainguard.dev>
  • Loading branch information
jspeed-meyers authored Mar 28, 2022
1 parent be06cc9 commit 97da739
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/how-certificate-issuing-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

This document walks through the process of issuing a code signing certificate
from start to finish. This is a great entry point to understanding how Fulcio
works if you're interesting in contributing to the project or just want to
learn more about whats happening under the hood.
works if you're interested in contributing to the project or just want to
learn more about what's happening under the hood.

## 1 | Certificate Request Input

Expand Down Expand Up @@ -32,9 +32,9 @@ OIDC ID token.

To authorize the token Fulcio must:

- Use the issuer claim from the token to find the issuers OIDC discovery
- Use the issuer claim from the token to find the issuer's OIDC discovery
endpoint
- Download the issuers signing keys from the discovery endpoint
- Download the issuer's signing keys from the discovery endpoint
- Verify the ID token signature

## 3 | Verifying the challenge
Expand Down

0 comments on commit 97da739

Please sign in to comment.