document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. $ openssl genrsa -out host.key
  2. $ chmod 400 host.key
  3. $ openssl req -new -nodes -key host.key -out host.csr
  4. $ make
');