/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: 2019-01-01 21:38:07 UTC
  • mfrom: (7228 work)
  • mto: This revision was merged to the branch mainline in revision 7233.
  • Revision ID: jelmer@jelmer.uk-20190101213807-ay6uqghz0nnrgjvx
Merge trunk.

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