aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/getcertnames2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/getcertnames b/tools/getcertnames
index d22f4980..e33619f7 100755
--- a/tools/getcertnames
+++ b/tools/getcertnames
@@ -22,6 +22,6 @@ else:
cert = get_remote_cert(sys.argv[1], port, sni)
print "CN:", cert.cn
if cert.altnames:
- print "SANs:",
+ print "SANs:",
for i in cert.altnames:
print "\t", i