-
-
Notifications
You must be signed in to change notification settings - Fork 112
SSL certificates
Paul Mackay edited this page Nov 28, 2016
·
2 revisions
This is the preferred way to provision certificates as it is free. The installation scripts should configure this automatically.
- 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;
Provisioning
Deployment
Sysadmin
External services
- Sending emails from OFN
- Email Deliverability
- SSL certificates
- Google Maps
- File storage
- Backups
- Server monitoring
- Issue reporting (Bugsnag)
Contributing