summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
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)