mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 18:14:42 +00:00
allow to use CRLs with CertificateField
This commit is contained in:
parent
e7cb49b8af
commit
b95a654c46
@ -73,6 +73,8 @@ class CertificateField extends BaseField
|
||||
{
|
||||
if (trim(strtolower($value)) == "ca") {
|
||||
$this->certificateType = "ca";
|
||||
} elseif (trim(strtolower($value)) == "crl") {
|
||||
$this->certificateType = "crl";
|
||||
} else {
|
||||
$this->certificateType = "cert";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user