summaryrefslogtreecommitdiffstats
path: root/certmaster/certmaster.py
diff options
context:
space:
mode:
Diffstat (limited to 'certmaster/certmaster.py')
-rwxr-xr-xcertmaster/certmaster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certmaster/certmaster.py b/certmaster/certmaster.py
index fe5dcbc..9ebd66b 100755
--- a/certmaster/certmaster.py
+++ b/certmaster/certmaster.py
@@ -39,7 +39,7 @@ class CertMaster(object):
def __init__(self, conf_file=CERTMASTER_CONFIG):
self.cfg = read_config(conf_file, CMConfig)
- usename = utils.get_hostname()
+ usename = utils.get_hostname(talk_to_certmaster=False)
mycn = '%s-CA-KEY' % usename
self.ca_key_file = '%s/funcmaster.key' % self.cfg.cadir