We have to pass -CAcreateserial after all.

This commit is contained in:
Aldo Cortesi 2011-03-18 09:24:04 +13:00
parent e983253ecc
commit 4893e5e5a4

View File

@ -411,6 +411,7 @@ def dummy_cert(certdir, ca, commonname):
"-days", "9999",
"-out", certpath,
"-CA", ca,
"-CAcreateserial",
"-extfile", confpath,
"-extensions", "v3_cert",
]