summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorSeth Vidal <skvidal@fedoraproject.org>2007-09-25 15:36:23 -0400
committerSeth Vidal <skvidal@fedoraproject.org>2007-09-25 15:36:23 -0400
commit730ddae2ed9cfd102feda012d036f5ae6c5e4c8e (patch)
treef00f447e0db2126b7ffb91e1c04cabca27be09d4 /func
parenta785dfc7cb5e8bdf5859237ce0c15bf52b21e42a (diff)
downloadthird_party-func-730ddae2ed9cfd102feda012d036f5ae6c5e4c8e.tar.gz
third_party-func-730ddae2ed9cfd102feda012d036f5ae6c5e4c8e.tar.xz
third_party-func-730ddae2ed9cfd102feda012d036f5ae6c5e4c8e.zip
make slave-keys.py work - submits to certmaster and gets back cert
fix self.cfg.autosign in certmaster
Diffstat (limited to 'func')
-rwxr-xr-xfunc/certmaster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/certmaster.py b/func/certmaster.py
index bd01db9..59bfd36 100755
--- a/func/certmaster.py
+++ b/func/certmaster.py
@@ -133,7 +133,7 @@ class CertMaster(object):
# if we're autosign then sign it, write out the cert and return True, etc, etc
# else write out the csr
- if self.autosign:
+ if self.cfg.autosign:
slavecert = func.certs.create_slave_certificate(csrreq,
self.cakey, self.cacert, self.cfg.cadir)