Skip to content

Commit

Permalink
Update altName example in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dangtony98 committed Jun 24, 2024
1 parent b5aa650 commit 051eee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/platform/pki/certificates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ In the following steps, we explore how to issue a X.509 certificate under a CA.
- Issuing CA: The CA under which to issue the certificate.
- Friendly Name: A friendly name for the certificate; this is only for display and defaults to the common name of the certificate if left empty.
- Common Name (CN): The (common) name for the certificate like `service.acme.com`.
- Alternative Names (SANs): A comma-delimited list of Subject Alternative Names (SANs) for the certificate; these can be host names or email addresses.
- Alternative Names (SANs): A comma-delimited list of Subject Alternative Names (SANs) for the certificate; these can be host names or email addresses like `app1.acme.com, app2.acme.com`.
- TTL: The lifetime of the certificate in seconds.

</Step>
Expand Down

0 comments on commit 051eee8

Please sign in to comment.