1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/etc/e-smith/templates/home/e-smith/ssl.crt mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/templates/home/e-smith/ssl.crt |
2 |
|
|
--- e-smith-base-4.18.0/root/etc/e-smith/templates/home/e-smith/ssl.crt 2007-03-08 14:20:46.000000000 -0700 |
3 |
|
|
+++ mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/templates/home/e-smith/ssl.crt 2007-03-08 14:20:37.000000000 -0700 |
4 |
|
|
@@ -5,7 +5,7 @@ |
5 |
|
|
my $here = getcwd; |
6 |
|
|
|
7 |
|
|
my $FQDN = "$SystemName.$DomainName"; |
8 |
|
|
- my $commonName = &$cropLeft($modSSL{CommonName} || $FQDN, 64); |
9 |
|
|
+ my $commonName = $modSSL{CommonName} || $FQDN; |
10 |
|
|
my $crt = "/home/e-smith/ssl.crt/$FQDN.crt"; |
11 |
|
|
my $key = "/home/e-smith/ssl.key/$FQDN.key"; |
12 |
|
|
my $defaultCity = $ldap{defaultCity}; |
13 |
|
|
@@ -75,6 +75,7 @@ |
14 |
|
|
$defaultCompany = &$cropLeft($defaultCompany, 64); |
15 |
|
|
$defaultDepartment = &$cropLeft($defaultDepartment, 64); |
16 |
|
|
$email = &$cropLeft($email, 40); |
17 |
|
|
+ $commonName = &$cropLeft($commonName, 64); |
18 |
|
|
|
19 |
|
|
foreach ( |
20 |
|
|
"--", |