/etc/nginx/snippets/snakeoil.conf - Debian GNU/Linux 11 (bullseye)

This is the default example configuration of snakeoil.conf provided by nginx. This config file was generated by nginx running on Debian 11.

It is located under: /etc/nginx/snippets/snakeoil.conf

    # Self signed certificates generated by the ssl-cert package
# Don't use them in a production server!

ssl_certificate /etc/ssl/certs/ssl-cert-snakeoil.pem;
ssl_certificate_key /etc/ssl/private/ssl-cert-snakeoil.key;

    
  

Config Details

Location
/etc/nginx/snippets/snakeoil.conf
Operating system
Debian GNU/Linux 11 (bullseye)
Length
5 lines
MD5 checksum
0a8bff8a55d8ec9d002e1b8460d2d64f

Usage

Download the raw file with wget or curl

Wget

wget -O snakeoil.conf.example http://exampleconfig.com/static/raw/nginx/debian11/etc/nginx/snippets/snakeoil.conf

cURL

curl http://exampleconfig.com/static/raw/nginx/debian11/etc/nginx/snippets/snakeoil.conf > snakeoil.conf.example