Skip to content

Commit

Permalink
Update _security/configuration/generate-certificates.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
  • Loading branch information
Naarcha-AWS and natebower authored Aug 13, 2024
1 parent 3c4ba7e commit 365c69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _security/configuration/generate-certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ openssl req -new -key node1-key.pem -out node1.csr
For all host and client certificates, you should specify a subject alternative name (SAN) to ensure compliance with [RFC 2818 (HTTP Over TLS)](https://datatracker.ietf.org/doc/html/rfc2818). The SAN should match the corresponding CN so that both refer to the same DNS A record.
{: .note }

Before generating a signed certificate, create a SAN extension file that describes the DNS A record for the host. If you're connecting to a host that only has an IP address, either IPv4 and IPv6, use the `IP` syntax:
Before generating a signed certificate, create a SAN extension file that describes the DNS A record for the host. If you're connecting to a host that only has an IP address, either IPv4 or IPv6, use the `IP` syntax:

**No IP**

Expand Down

0 comments on commit 365c69e

Please sign in to comment.