Comparison

certs/localhost.cnf @ 7692:90ddd53cbe08

certs/localhost.cnf: Make localhost.crt self-signed (thanks jonas)
author Kim Alvefur <zash@zash.se>
date Thu, 13 Oct 2016 16:30:57 +0200
parent 5924:f44c1dabd4e9
child 7693:93c041d5bb0b
comparison
equal deleted inserted replaced
7689:97c013e8f002 7692:90ddd53cbe08
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