added mkcert tool https
authorHeiko Schlittermann <hs@schlittermann.de>
Wed, 28 Oct 2009 23:23:02 +0100
branchhttps
changeset 33 8f0cb57a65d9
parent 32 187167ae27e5
child 34 5265573638b2
added mkcert tool
mkcert
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mkcert	Wed Oct 28 23:23:02 2009 +0100
@@ -0,0 +1,4 @@
+#! /bin/bash
+# should(!) create a self signed certificate
+# could be improved :)
+openssl req -x509 -nodes -newkey rsa:1024 -keyout key.pem -out crt.pem