I solve my Problem here the config.
/etc/nginx/sites-available/default
http://paste.debian.net/118487/
/etc/nginx/nginx.conf
http://paste.debian.net/118488/
And so i create my certificate :)
openssl req -new -x509 -nodes -out /etc/ssl/certs/SITENAME.crt -keyout
/etc/ssl/private/SITENAME.key
/etc/nginx/sites-available/default
http://paste.debian.net/118482/
/etc/nginx/nginx.conf
http://paste.debian.net/118483/
I believe I'm near on my destination.
My error Message is now
Restarting nginx: nginx: [emerg]
SSL_CTX_use_certificate_chain_file("/etc/nginx/example.com.csr") failed
(SS
With your config i become this message by a restart :(
root@cseipel:/etc/nginx# service nginx restart
Restarting nginx: nginx: [emerg] "ssl_certificate" directive is duplicate in
/etc/nginx/nginx.conf:72
nginx: configuration file /etc/nginx/nginx.conf test failed
Posted at Nginx Forum:
http://fo
So now i have one config file with Content.
/etc/nginx/nginx.conf
http://paste.debian.net/118297/
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,252951,252955#msg-252955
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman
I'm using FPM and it works with my normal Config.
See here :)
http://paste.debian.net/118317/
http://image-upload.de/image/IwopSE/779b6e16ae.png
I believe it's work because of the insanity of my two config files xD.
/etc/nginx/sites-available/defaulthttp://paste.debian.net/118318/
or
/etc/n
When i open my Website with https:// I become a Download with a Binary file
:-(
In the Binary File is my Website xD. The Certificate are accept by my
Browser but it don't work. Also I become a 404 Message and a Download >.<
My /etc/nginx/nginx.conf http://paste.debian.net/118297/
I'm using Debi