REGTEST: ssl: pollute the crt-list file

Pollute localhost.crt-list with extra spaces, empty lines and comments
so the parser of the crt-list could be tested in a better way.
diff --git a/reg-tests/ssl/localhost.crt-list b/reg-tests/ssl/localhost.crt-list
index 7dcc9a6..a0d9756 100644
--- a/reg-tests/ssl/localhost.crt-list
+++ b/reg-tests/ssl/localhost.crt-list
@@ -1 +1,5 @@
-common.pem !not.test1.com *.test1.com !localhost
+common.pem !not.test1.com *.test1.com !localhost # comment
+
+    
+    common.pem !not.test1.com *.test1.com !localhost   
+# comment