This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/modules/ssl/messages/models/ssl_ca.php

12 lines
292 B
PHP
Raw Normal View History

2012-12-19 06:28:39 +00:00
<?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',
),
);
?>