Parent Directory | Revision Log | Revision Graph
* Fri May 28 2010 Daniel B. <daniel@firewall-services.com> [0.82-12] - Weekly update the CRL via cron so MS Crypto API will be happy
1 | vip-ire | 1.1 | diff -Nur -x '*.orig' -x '*.rej' phpki/phpki-0.82/gen_crl.php mezzanine_patched_phpki/phpki-0.82/gen_crl.php |
2 | --- phpki/phpki-0.82/gen_crl.php 1970-01-01 01:00:00.000000000 +0100 | ||
3 | +++ mezzanine_patched_phpki/phpki-0.82/gen_crl.php 2010-05-28 09:33:51.000000000 +0200 | ||
4 | @@ -0,0 +1,12 @@ | ||
5 | +<?php | ||
6 | + | ||
7 | +include('../html/config.php'); | ||
8 | +include(STORE_DIR.'/config/config.php'); | ||
9 | +include('../html/include/my_functions.php'); | ||
10 | +include('../html/include/common.php') ; | ||
11 | +include('../html/include/openssl_functions.php') ; | ||
12 | + | ||
13 | +CA_generate_crl(); | ||
14 | + | ||
15 | +?> | ||
16 | + |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |