Commit 10973d6e authored by Ad Schellevis's avatar Ad Schellevis

Merge pull request #663 from 8191/fix_cageneration

CA Generation: fix internal intermediate CA creation
parents d22d2867 dbf7389b
......@@ -121,6 +121,7 @@ function ca_inter_create(&$ca, $keylen, $lifetime, $dn, $caref, $digest_alg = 's
// return our ca information
$ca['crt'] = base64_encode($str_crt);
$ca['caref'] = $caref;
$ca['prv'] = base64_encode($str_key);
$ca['serial'] = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment