Hello, <br>I'm trying to figure out how to run Hunchentoot with SSL but I'm getting lost.<br>I'm using it under a gentoo linux installation.<br>I think the problem is with my ssl certificete file.<br><br>to create it I use `openssl genrsa -out 
File.pem 1024` but since <br>(defparameter *x* (hunchentoot:start-server :port 4443 :ssl-certificate-file #P"/home/kiuma/File.pem")) does not start the server.<br><br>Does anybody know how to create a test certificate file with openssl or another tool ?
<br><br>Thanks in advance,<br>kiuma<br>