/etc/nginx/snippets/snakeoil.conf - Ubuntu 18.04 LTS (Bionic Beaver)

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

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
Ubuntu 18.04 LTS (Bionic Beaver)
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/ubuntu18.04/etc/nginx/snippets/snakeoil.conf

cURL

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