summaryrefslogtreecommitdiffstats
path: root/overlord/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'overlord/client.py')
-rwxr-xr-xoverlord/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlord/client.py b/overlord/client.py
index 9196ccb..d241373 100755
--- a/overlord/client.py
+++ b/overlord/client.py
@@ -102,7 +102,7 @@ class Client():
certs = glob.glob(actual_gloob)
for cert in certs:
all_certs.append(cert)
- host = cert.replace(self.config.certroot,"")[1:-4]
+ host = cert.replace(self.config.certroot,"")[1:-5]
all_hosts.append(host)
# debug only: