From 4d3ece9c60d35b11e47daf5e93cf6072e5ba93f6 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 8 Jan 2011 09:09:19 +0100 Subject: certs/openssl.cnf: Specify output encoding. --- certs/openssl.cnf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'certs') diff --git a/certs/openssl.cnf b/certs/openssl.cnf index 44fc0424..db1640b9 100644 --- a/certs/openssl.cnf +++ b/certs/openssl.cnf @@ -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 -- cgit v1.2.3