generated from smedev/Template-for-SMEServer-Contribs-Package
* Thu Sep 11 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.84-17.sme
- import from SME10 CVS and rename back to phpki
This commit is contained in:
8
root/dl_crl.php
Normal file
8
root/dl_crl.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
include('./config.php');
|
||||
include(STORE_DIR.'/config/config.php');
|
||||
include('./include/common.php');
|
||||
include('./include/my_functions.php');
|
||||
include('./include/openssl_functions.php');
|
||||
upload($config['cacrl_der'], $config['ca_prefix'] . "cacrl.crl", 'application/pkix-crl');
|
||||
?>
|
Reference in New Issue
Block a user