generated from smedev/Template-for-SMEServer-Contribs-Package
* Thu Sep 30 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.84-12.sme
- Attempt to fix the final reload after CA creation [SME: 11192]
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<?php
|
||||
|
||||
/* Generate CRLs from cron
|
||||
* Add a link to your cron to automagically update the CRL
|
||||
*/
|
||||
|
||||
include('../html/config.php');
|
||||
include(STORE_DIR.'/config/config.php');
|
||||
include('../html/include/my_functions.php');
|
||||
@@ -7,6 +10,3 @@ include('../html/include/common.php') ;
|
||||
include('../html/include/openssl_functions.php') ;
|
||||
|
||||
CA_generate_crl();
|
||||
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user