92 |
nsComment = "PHPki/OpenSSL Generated Secure Server Certificate" |
nsComment = "PHPki/OpenSSL Generated Secure Server Certificate" |
93 |
nsBaseUrl = http://www.somewhere.com/phpki/ |
nsBaseUrl = http://www.somewhere.com/phpki/ |
94 |
nsRevocationUrl = ns_revoke_query.php? |
nsRevocationUrl = ns_revoke_query.php? |
|
diff -Nur --no-dereference phpki-ng.old/phpki-ng-0.84/search.php phpki-ng/phpki-ng-0.84/search.php |
|
|
--- phpki-ng.old/phpki-ng-0.84/search.php 2022-11-18 14:43:19.942000000 -0500 |
|
|
+++ phpki-ng/phpki-ng-0.84/search.php 2022-12-14 12:02:02.321000000 -0500 |
|
|
@@ -102,7 +102,7 @@ |
|
|
<td><?php echo htvar($rec['unit'])?></td> |
|
|
<td><?php echo htvar($rec['locality'])?></td> |
|
|
<td><?php echo htvar($rec['province'])?></td> |
|
|
- <td><a href="<?php echo htmlentities($_SERVER['SCRIPT_NAME'])?> ?stage=display&serial=<?php echo htvar($rec['serial'])?>" target=_certdisp><img src=images/display.png alt="Display" title="Display the certificate in excruciating detail"></a> |
|
|
+ <td><a href="<?php echo htmlentities($_SERVER['SCRIPT_NAME'])?>?stage=display&serial=<?php echo htvar($rec['serial'])?>" target=_certdisp><img src=images/display.png alt="Display" title="Display the certificate in excruciating detail"></a> |
|
|
<?php |
|
|
if ($rec['status'] != 'Revoked') { |
|
|
?> |
|
95 |
diff -Nur --no-dereference phpki-ng.old/phpki-ng-0.84/setup.php-presetup phpki-ng/phpki-ng-0.84/setup.php-presetup |
diff -Nur --no-dereference phpki-ng.old/phpki-ng-0.84/setup.php-presetup phpki-ng/phpki-ng-0.84/setup.php-presetup |
96 |
--- phpki-ng.old/phpki-ng-0.84/setup.php-presetup 2022-11-18 14:43:19.973000000 -0500 |
--- phpki-ng.old/phpki-ng-0.84/setup.php-presetup 2022-11-18 14:43:19.973000000 -0500 |
97 |
+++ phpki-ng/phpki-ng-0.84/setup.php-presetup 2022-12-14 12:08:40.031000000 -0500 |
+++ phpki-ng/phpki-ng-0.84/setup.php-presetup 2022-12-14 12:08:40.031000000 -0500 |
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 |
|
+?> |