Add details on how to Trust a self signed CA

This commit is contained in:
minijaws 2021-10-25 13:25:53 -04:00 committed by GitHub
parent a41a081727
commit 5b6c773928
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,8 @@ node server/server.js
# (Recommended) Option 2. Run in background using PM2
# Install PM2 if you don't have it: npm install pm2 -g
# You can specify a custom Self Signed Certificate Authority to trust by adding: NODE_EXTRA_CA_CERTS=<Path to cert.crt>
# before pm2
pm2 start server/server.js --name uptime-kuma
```