mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Updated certs
This commit is contained in:
parent
a42f1d93e7
commit
b5ae93f678
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ server {
|
|||
listen 443 ssl spdy;
|
||||
server_name dpaste.de www.dpaste.de;
|
||||
|
||||
ssl_certificate /srv/dpaste.de/var/ssl/dpaste_de_unified.crt;
|
||||
ssl_certificate_key /srv/dpaste.de/var/ssl/dpaste_de.key;
|
||||
ssl_certificate /srv/dpaste.de/var/ssl_2015/ssl-unified.crt;
|
||||
ssl_certificate_key /srv/dpaste.de/var/ssl_2015/ssl.key;
|
||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
|
||||
ssl_ciphers AES256+EECDH:AES256+EDH;
|
||||
ssl_session_cache builtin:1000 shared:SSL:5m;
|
||||
|
|
Loading…
Reference in a new issue