Update README.md

This commit is contained in:
Namhyeon Go 2024-02-19 13:49:51 +09:00 committed by GitHub
parent 7958ee4d22
commit ba9ece7fb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,10 +29,10 @@ PROXY_PASS=http://127.0.0.1:3000
USER_TOKEN= USER_TOKEN=
``` ```
1.1. (Optional) Install ca.cert 1.1. (Optional) Install RootCA
```bash ```bash
sudo apt-get install -y ca-certificates sudo apt-get install -y ca-certificates
sudo cp ca.crt /usr/local/share/ca-certificates/php-httpproxy-ca.crt sudo cp ca.crt /usr/local/share/ca-certificates/caterpillar-ca.crt
sudo update-ca-certificates sudo update-ca-certificates
``` ```