|
|
|
@ -32,6 +32,9 @@ server {
|
|
|
|
|
server_name your-main-domain.com your-sandbox-domain.com;
|
|
|
|
|
|
|
|
|
|
# You'll need to Set the path to your certificates and keys here
|
|
|
|
|
# IMPORTANT: this config is intended to serve assets for at least two domains
|
|
|
|
|
# (your main domain and your sandbox domain). As such, you'll need to generate a single SSL certificate
|
|
|
|
|
# that includes both domains in order for things to work as expected.
|
|
|
|
|
ssl_certificate /home/cryptpad/.acme.sh/your-main-domain.com/fullchain.cer;
|
|
|
|
|
ssl_certificate_key /home/cryptpad/.acme.sh/your-main-domain.com/your-main-domain.com.key;
|
|
|
|
|
ssl_trusted_certificate /home/cryptpad/.acme.sh/your-main-domain.com/ca.cer;
|
|
|
|
|