12 lines
292 B
PHP
12 lines
292 B
PHP
|
<?php
|
||
|
return array(
|
||
|
'sign_cert'=>array(
|
||
|
'isCert'=>'This is not a valid certificate',
|
||
|
'isCA'=>'This is certificate is not a Certificate Authority certificate',
|
||
|
),
|
||
|
'parent_ssl_ca_id'=>array(
|
||
|
'Rule_ParentExists'=>'The parent certificate doesnt exist, please define it first',
|
||
|
),
|
||
|
);
|
||
|
?>
|