diff options
author | Kim Alvefur <zash@zash.se> | 2011-01-08 09:09:19 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2011-01-08 09:09:19 +0100 |
commit | 4d3ece9c60d35b11e47daf5e93cf6072e5ba93f6 (patch) | |
tree | 3130a0d32860ceda296213402796b14343cf575d /certs | |
parent | 4fac07320796a04ea2596f7c0ceaabaa608bd532 (diff) | |
download | prosody-4d3ece9c60d35b11e47daf5e93cf6072e5ba93f6.tar.gz prosody-4d3ece9c60d35b11e47daf5e93cf6072e5ba93f6.zip |
certs/openssl.cnf: Specify output encoding.
Diffstat (limited to 'certs')
-rw-r--r-- | certs/openssl.cnf | 4 |
1 files changed, 2 insertions, 2 deletions
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 |