/[smeserver]/rpms/e-smith-base/sme9/e-smith-base-5.4.0-add_template_to_ssl.pem.patch
ViewVC logotype

Contents of /rpms/e-smith-base/sme9/e-smith-base-5.4.0-add_template_to_ssl.pem.patch

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


Revision 1.2 - (show annotations) (download)
Mon Mar 24 03:05:35 2014 UTC (10 years, 2 months ago) by wellsi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 5.6.0-1.sme
- Roll new stream to remove obsolete images [SME: 7962]

1 diff -urN e-smith-base-5.2.0.old/root/etc/e-smith/templates/home/e-smith/ssl.pem/60pem e-smith-base-5.2.0/root/etc/e-smith/templates/home/e-smith/ssl.pem/60pem
2 --- e-smith-base-5.2.0.old/root/etc/e-smith/templates/home/e-smith/ssl.pem/60pem 1970-01-01 10:00:00.000000000 +1000
3 +++ e-smith-base-5.2.0/root/etc/e-smith/templates/home/e-smith/ssl.pem/60pem 2013-05-17 18:17:29.192892263 +1000
4 @@ -0,0 +1,12 @@
5 +{
6 + my $pem = $modSSL{'CertificateChainFile'};
7 + if ($pem)
8 + {
9 + open(PEM, $pem) or warn "Intermediate Certificate File defined, but cannot open $pem : $!";
10 + my @pem = <PEM>;
11 + chomp @pem;
12 + $OUT = join "\n", @pem;
13 + close PEM;
14 + }
15 +}
16 +

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed