# HG changeset patch # User Kim Alvefur # Date 1294474159 -3600 # Node ID 7d687c3482952bc5b92c4fdcc5fa99d0a362ea40 # Parent 2d3866aed062f4d07635b2d715a5018bd4dcb3e7 certs/openssl.cnf: Specify output encoding. diff -r 2d3866aed062 -r 7d687c348295 certs/openssl.cnf --- a/certs/openssl.cnf Fri Jan 07 11:59:05 2011 +0000 +++ b/certs/openssl.cnf Sat Jan 08 09:09:19 2011 +0100 @@ -43,10 +43,10 @@ # 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