certs/openssl.cnf: Specify output encoding.
authorKim Alvefur <zash@zash.se>
Sat, 8 Jan 2011 08:09:19 +0000 (09:09 +0100)
committerKim Alvefur <zash@zash.se>
Sat, 8 Jan 2011 08:09:19 +0000 (09:09 +0100)
certs/openssl.cnf

index 44fc042415d2154c3c6b66263c96f68782a4f586..db1640b9306f3290e2c9541ed91bbe244e960c61 100644 (file)
@@ -43,10 +43,10 @@ subjectAltName   = @subject_alternative_name
 # See http://tools.ietf.org/html/draft-ietf-xmpp-3920bis#section-13.7.1.2 for more info.
 
 DNS.0       =                                           example.com
-otherName.0 =                             xmppAddr;UTF8:example.com
+otherName.0 =                 xmppAddr;FORMAT:UTF8,UTF8:example.com
 otherName.1 =            SRVName;IA5STRING:_xmpp-client.example.com
 otherName.2 =            SRVName;IA5STRING:_xmpp-server.example.com
 
 DNS.1       =                                conference.example.com
-otherName.3 =                  xmppAddr;UTF8:conference.example.com
+otherName.3 =      xmppAddr;FORMAT:UTF8,UTF8:conference.example.com
 otherName.4 = SRVName;IA5STRING:_xmpp-server.conference.example.com