RFC 8398: documentation
[openssl.git] / doc / man5 / x509v3_config.pod
index a16f862bae0bfbf17d33f2e6ceb2cf065698523c..c2dfac1acf699d440b848dd0ef9902445541db9e 100644 (file)
@@ -241,6 +241,15 @@ Examples:
  OU = My Unit
  CN = My Name
 
+Non-ASCII Email Address conforming the syntax defined in Section 3.3 of RFC 6531
+are provided as otherName.SmtpUTF8Mailbox. According to RFC 8398, the email
+address should be provided as UTF8String. To enforce the valid representation in
+the certificate, the SmtpUTF8Mailbox should be provided as follows
+
+ subjectAltName=@alts
+ [alts]
+ otherName = 1.3.6.1.5.5.7.8.9;FORMAT:UTF8,UTF8String:医生@大学.example.com
+
 =head2 Issuer Alternative Name
 
 This extension supports most of the options of subject alternative name;