Skip to content

Commit

Permalink
Update umad-02-keys-and-authentication.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Klein <[email protected]>
  • Loading branch information
shreyav and jklein24 authored Mar 22, 2024
1 parent adbadfa commit be95993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umad-02-keys-and-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ revocation mechanism, so it is recommended to use a short caching duration (on t
the risk of key compromise. To generate a self-signed X.509 certificate wrapping the public key generated above, run:

```bash
# Generate an x509 certificate:
# Generate an x509 certificate from your existing ec_key.pem above:
$ openssl req -new -x509 -key ec_key.pem -sha256 -nodes -out ec_crt.crt -days <expiration in days>

# Print out the PEM representation of the certificate:
Expand Down

0 comments on commit be95993

Please sign in to comment.