Difference between revisions of "Ssl certificate"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 11: Line 11:
 
== Related packages ==
 
== Related packages ==
 
* <code>[[ssl-cert]]</code>
 
* <code>[[ssl-cert]]</code>
 +
* <code>[[/etc/nginx/snippets/snakeoil.conf]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 11:19, 27 August 2021

http://nginx.org/en/docs/http/ngx_http_ssl_module.html

ssl_certificate /etc/letsencrypt/live/www.example.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/www.example.com/privkey.pem;


ssl_certificate /etc/nginx/ssl/example.pem;
ssl_certificate_key /etc/nginx/ssl/example.key;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
ssl_prefer_server_ciphers on; server ciphers should be preferred over client ciphers when using the SSLv3 and TLS protocols[1]


ssl_certificate /etc/letsencrypt/live/www.example.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/www.example.com/privkey.pem;
ssl_session_timeout
ssl_ciphers

Related packages

See also

  • http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_prefer_server_ciphers
  • Advertising: