A set of instructions to setup luna - absolutely required
openssl genrsa -out luna.key 2048
openssl req -new -x509 -key luna.key -out luna.crt -days 36500
-subj "/C=US/ST=CA/L=SF/O=Luna/CN=169.254.200.100"
-addext "subjectAltName=IP:169.254.200.100,DNS:luna.local"
chmod 600 luna.key chmod 644 luna.crt