104 |
} |
} |
105 |
if (! $revoke_url) { |
if (! $revoke_url) { |
106 |
$revoke_url = 'ns_revoke_query.php?'; |
$revoke_url = 'ns_revoke_query.php?'; |
107 |
|
--- phpki-ng.old/phpki-ng-0.84/dl_crl_pem.php 1969-12-31 19:00:00.000000000 -0500 |
108 |
|
+++ phpki-ng/phpki-ng-0.84/dl_crl_pem.php 2022-12-17 02:14:51.499000000 -0500 |
109 |
|
@@ -0,0 +1,8 @@ |
110 |
|
+<?php |
111 |
|
+include('./config.php'); |
112 |
|
+include(STORE_DIR.'/config/config.php'); |
113 |
|
+include('./include/common.php'); |
114 |
|
+include('./include/my_functions.php'); |
115 |
|
+include('./include/openssl_functions.php'); |
116 |
|
+upload($config['cacrl_pem'], $config['ca_prefix'] . "cacrl.crl", 'application/octet-stream'); |
117 |
|
+?> |