/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: Marius Kruger
  • Date: 2010-07-10 21:28:56 UTC
  • mto: (5384.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5385.
  • Revision ID: marius.kruger@enerweb.co.za-20100710212856-uq4ji3go0u5se7hx
* Update documentation
* add NEWS

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