Skip to content
Paul Mackay edited this page Nov 28, 2016 · 2 revisions

LetsEncrypt certificates

This is the preferred way to provision certificates as it is free. The installation scripts should configure this automatically.

Manually updating certificates

  • Obtain the certificate, chain certificate and private key from the provider.
  • Append the chain certificate onto the site certificate.
  • Replace the files on the server. These will be defined by these Nginx settings:
ssl_certificate /etc/nginx/ssl/openfoodnetwork.crt;
ssl_certificate_key /etc/nginx/ssl/openfoodnetwork.key;