Updates to SSL and other general items
This commit is contained in:
18
modules/ssl/messages/models/ssl.php
Normal file
18
modules/ssl/messages/models/ssl.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
|
||||
/**
|
||||
* SSL Certificate validation messages.
|
||||
*
|
||||
* @package SSL
|
||||
* @category Validation
|
||||
* @author Deon George
|
||||
* @copyright (c) 2010 Deon George
|
||||
* @license http://dev.leenooks.net/license.html
|
||||
*/
|
||||
|
||||
return array(
|
||||
'csr'=>array(
|
||||
'isCSR'=>'This is not a valid Certificate Sign Request',
|
||||
),
|
||||
);
|
||||
?>
|
Reference in New Issue
Block a user