Software /
code /
prosody
Comparison
certs/localhost.cnf @ 7693:93c041d5bb0b
Merge 0.10->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 13 Oct 2016 16:31:19 +0200 |
parent | 7359:a5a080c12c96 |
parent | 7692:90ddd53cbe08 |
comparison
equal
deleted
inserted
replaced
7691:a5ad858f3a93 | 7693:93c041d5bb0b |
---|---|
1 [v3_extensions] | 1 [v3_extensions] |
2 extendedKeyUsage = serverAuth,clientAuth | 2 basicConstraints = CA:TRUE |
3 keyUsage = digitalSignature,keyEncipherment | |
4 basicConstraints = CA:FALSE | |
5 subjectAltName = @subject_alternative_name | 3 subjectAltName = @subject_alternative_name |
6 | 4 |
7 [subject_alternative_name] | 5 [subject_alternative_name] |
8 DNS.0 = localhost | 6 DNS.0 = localhost |
9 otherName.0 = 1.3.6.1.5.5.7.8.7;IA5STRING:_xmpp-client.localhost | 7 otherName.0 = 1.3.6.1.5.5.7.8.7;IA5STRING:_xmpp-client.localhost |