Output result for cert_date

This commit is contained in:
Ely Deckers 2022-02-20 22:45:57 +01:00
parent 462389ca9d
commit 0aee6006e8
1 changed files with 1 additions and 1 deletions

View File

@ -950,7 +950,7 @@ class Commands
$cert_info = openssl_x509_parse(base64_decode($certificate[PfEnv::CRT]));
return ($value == 0 || $value < $cert_info[$field]) ? $cert_info[$field] : $value;
}, 0));
}, 0), true);
}
// Testing function, for template creating purpose