/[smecontribs]/rpms/phpki/contribs7/phpki-0.82-update_crl_via_cron.patch
ViewVC logotype

Contents of /rpms/phpki/contribs7/phpki-0.82-update_crl_via_cron.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Fri May 28 09:49:57 2010 UTC (13 years, 11 months ago) by vip-ire
Branch: MAIN
CVS Tags: phpki-0_82-13_el4_sme, phpki-0_82-16_el4_sme, phpki-0_82-14_el4_sme, phpki-0_82-15_el4_sme, phpki-0_82-12_el4_sme, HEAD
* 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 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 RSS 2.0 feed