aboutsummaryrefslogtreecommitdiffstats
path: root/install.py
diff options
context:
space:
mode:
Diffstat (limited to 'install.py')
-rwxr-xr-xinstall.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.py b/install.py
index 6c3ac6d..97f37c9 100755
--- a/install.py
+++ b/install.py
@@ -77,7 +77,7 @@ subj = "/C=%s/ST=%s/L=%s/O=%s/OU=%s/CN=%s" % (
)
call(['openssl', 'req', '-nodes', '-x509', '-newkey', 'rsa:2048',
- '-days', '365', '-subj', subj,
- '-keyout', 'servo.key', '-out', 'servo.crt'])
+ '-days', '365', '-subj', subj,
+ '-keyout', 'servo.key', '-out', 'servo.crt'])
print("Your Servo installation is ready for action at https://%s" % args['hostname'])