I have been searching through RFC 5280, 1034, and 1123 trying to figure out what a max string length is, but I can't find it. I'm wondering if any of you happen to know.
For those of you who know about X509v3 certificates, you know that you can include a Subject Alternative Name (SAN) in the cert. There are different types of SANs: email address, dns name, directory name, etc.
I'm adding SANs of type DNSName to my certificates and I cannot figure out what the maximum length is for SANs of type DNSName.
Do any of you know?