mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-12 15:42:35 +02:00
Add details on how to Trust a self signed CA
This commit is contained in:
parent
a41a081727
commit
5b6c773928
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue