summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/SSLCA.py
diff options
context:
space:
mode:
authorGraham Hagger <g.hagger@gmail.com>2010-10-22 16:05:05 -0400
committerGraham Hagger <g.hagger@gmail.com>2010-10-22 16:05:05 -0400
commit5228ffeba0e516ae3deeecde0403c1c7f9d639a6 (patch)
tree356487e5550c705356c1a27b66c16490acea1fb7 /src/lib/Server/Plugins/SSLCA.py
parentdf1d94eda634e2f00757af19b70e1abb6b1b98a2 (diff)
downloadbcfg2-5228ffeba0e516ae3deeecde0403c1c7f9d639a6.tar.gz
bcfg2-5228ffeba0e516ae3deeecde0403c1c7f9d639a6.tar.bz2
bcfg2-5228ffeba0e516ae3deeecde0403c1c7f9d639a6.zip
ok, so i should have renamed the class to SSLCA a long time ago... doh
Diffstat (limited to 'src/lib/Server/Plugins/SSLCA.py')
-rw-r--r--src/lib/Server/Plugins/SSLCA.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Plugins/SSLCA.py b/src/lib/Server/Plugins/SSLCA.py
index 29acabbf4..734049417 100644
--- a/src/lib/Server/Plugins/SSLCA.py
+++ b/src/lib/Server/Plugins/SSLCA.py
@@ -4,7 +4,7 @@ import os
from ConfigParser import ConfigParser, NoSectionError, NoOptionError
from M2Crypto import RSA, EVP, X509, m2
-class SSLbase(Bcfg2.Server.Plugin.Plugin,
+class SSLCA(Bcfg2.Server.Plugin.Plugin,
Bcfg2.Server.Plugin.Generator,
Bcfg2.Server.Plugin.DirectoryBacked):
"""