/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

Support user.signingkey configuration variable in .git/config.

Merged from https://code.launchpad.net/~jelmer/brz/local-git-key/+merge/381000

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