Chromium Code Reviews| Index: net/data/ssl/scripts/ca.cnf |
| diff --git a/net/data/ssl/scripts/ca.cnf b/net/data/ssl/scripts/ca.cnf |
| index de27d8e1f786a3847d35b9568036190fee933892..8a1d1e75f1ee02879e8ee6517ae4980a82874f4e 100644 |
| --- a/net/data/ssl/scripts/ca.cnf |
| +++ b/net/data/ssl/scripts/ca.cnf |
| @@ -1,3 +1,10 @@ |
| +# Defaults in the event they're not set in the environment |
| +CA_DIR = out |
| +KEY_SIZE = 2048 |
| +ALGO = sha1 |
| +CERT_TYPE = root |
| +CA_NAME = req_env_dn |
| + |
| [ca] |
| default_ca = CA_root |
| preserve = yes |