Index: tests/standalone/io/pkcert_empty/README |
diff --git a/tests/standalone/io/pkcert_empty/README b/tests/standalone/io/pkcert_empty/README |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7750ff0c7dfc978e38a9189606429908419b6306 |
--- /dev/null |
+++ b/tests/standalone/io/pkcert_empty/README |
@@ -0,0 +1,11 @@ |
+This is an empty certificate database used by Dart for testing purposes. |
+ |
+It is created as a certificate database by NSS (Network Security Services), |
+a library from Mozilla, using the certutil tool. It uses a cert9.db file, |
+rather than a cert8.db file, so the database directory must be specified with |
+"sql:" in front of the directory path, or the environment variable |
+NSS_DEFAULT_DB_TYPE must be set to "sql". |
+ |
+The password for the key database is "". |
+ |
+The database contains no certificates or keys. |