Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Side by Side Diff: pkg/http_server/test/pkcert/README

Issue 17581002: Add new VirtualHost class to http_server package, for handling multiple hosts on multiple sources (… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add cert and factor out getStatusCode and getHeaders to utils.dart. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/http_server/lib/src/virtual_host.dart ('k') | pkg/http_server/test/pkcert/cert9.db » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This is a certificate database used by Dart for testing purposes. 1 This is a certificate database used by Dart for testing purposes.
2 2
3 It is created as a certificate database by NSS (Network Security Services), 3 It is created as a certificate database by NSS (Network Security Services),
4 a library from Mozilla, using the certutil tool. It uses a cert9.db file, 4 a library from Mozilla, using the certutil tool. It uses a cert9.db file,
5 rather than a cert8.db file, so the database directory must be specified with 5 rather than a cert8.db file, so the database directory must be specified with
6 "sql:" in front of the directory path, or the environment variable 6 "sql:" in front of the directory path, or the environment variable
7 NSS_DEFAULT_DB_TYPE must be set to "sql". 7 NSS_DEFAULT_DB_TYPE must be set to "sql".
8 8
9 The password for the key database is "dartdart". 9 The password for the key database is "dartdart".
10 10
11 The database contains a root certificate from Equifax, used to verify the 11 The database contains a root certificate from Equifax, used to verify the
12 client https connection to www.google.dk. It contains a self-signed 12 client https connection to www.google.dk. It contains a self-signed
13 certificate for a local certificate authority myauthority_cert, and a 13 certificate for a local certificate authority myauthority_cert, and a
14 server certificate for localhost called localhost_cert, signed by 14 server certificate for localhost called localhost_cert, signed by
15 myauthority_cert. It contains the key for localhost_cert, but 15 myauthority_cert. It contains the key for localhost_cert, but
16 not the key for myauthority_cert. 16 not the key for myauthority_cert.
OLDNEW
« no previous file with comments | « pkg/http_server/lib/src/virtual_host.dart ('k') | pkg/http_server/test/pkcert/cert9.db » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698