Certs
Generally you can generate your own self-signed certificate by using a command similar to:
openssl req -new -x509 -days 365 -nodes -out lion.pem -keyout lion.pem
Some versions of openssl will output the private key on your console instead of writing it into the lion.pem file. If that happens, cut-and-paste it into the same file yourself.