This commit is contained in:
Vladislav Yarmak 2022-09-05 01:33:12 +03:00
parent 3074510fea
commit fad9925aad
1 changed files with 7 additions and 1 deletions

View File

@ -91,7 +91,13 @@ dumbproxy -bind-address :443 -auth 'static://?username=admin&password=123456' -a
Run HTTPS proxy (HTTP proxy over TLS) with automatic certs from BuyPass on port 443 with `Basic` authentication with username `admin` and password `123456`:
```sh
dumbproxy -bind-address :443 -auth 'static://?username=admin&password=123456' -autocert -autocert-acme 'https://api.buypass.com/acme/directory' -autocert-email YOUR-EMAIL@EXAMPLE.ORG -autocert-http :80
dumbproxy \
-bind-address :443 \
-auth 'static://?username=admin&password=123456' \
-autocert \
-autocert-acme 'https://api.buypass.com/acme/directory' \
-autocert-email YOUR-EMAIL@EXAMPLE.ORG \
-autocert-http :80
```
## Using HTTP-over-TLS proxy