/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/ssl_certs/server.extensions.cnf

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 12:41:27 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521124127-iv8etg0vwymyai6y
s/bzr/brz/ in apport config.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
basicConstraints=CA:FALSE
2
 
subjectAltName=@my_subject_alt_names
3
 
subjectKeyIdentifier = hash
4
 
 
5
 
[ my_subject_alt_names ]
6
 
IP.1 = 127.0.0.1
7
 
IP.2 = ::1
8
 
DNS.1 = 127.0.0.1   # to keep python 2.7 happy
9
 
DNS.2 = localhost