Commit b7513251 authored by Manuel Faux's avatar Manuel Faux Committed by Franco Fichtner

CA Generation: fix internal intermediate CA creation

Internal intermediate CAs were not correctly refered back to the signing CA.

(cherry picked from commit dbf7389b)
parent cab43a4d
......@@ -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