SubjectAltNames
corresponds to a more modern way of listing what the asserted identity is in a certificate (i.e., compared to the "common name" in the distinguished name).
JSON representation | |
---|---|
{
"dnsNames": [
string
],
"uris": [
string
],
"emailAddresses": [
string
],
"ipAddresses": [
string
],
"customSans": [
{
object ( |
Fields | |
---|---|
dnsNames[] |
Contains only valid, fully-qualified host names. |
uris[] |
Contains only valid RFC 3986 URIs. |
emailAddresses[] |
Contains only valid RFC 2822 E-mail addresses. |
ipAddresses[] |
Contains only valid 32-bit IPv4 addresses or RFC 4291 IPv6 addresses. |
customSans[] |
Contains additional subject alternative name values. |