Last active
December 20, 2015 11:19
-
-
Save basiszwo/6122732 to your computer and use it in GitHub Desktop.
Install SSL Server Certificate with NGINX
openssl req -new -nodes -keyout dateiname.key -out dateiname.csr -newkey rsa:2048
e.g. 'lite' at https://www.psw.net/ssl-zertifikate.cfm
Tip: common name is the full domain you want to sign. e.g. www.basiszwo.com
Follow this installation guide http://www.digicert.com/ssl-certificate-installation-nginx.htm
Author
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ansible - nginx - ssl certificate
http://red-badger.com/blog/2014/02/28/deploying-ssl-keys-securely-with-ansible/