remove unnecessary dependencies and update doc about certificate bundle
This commit is contained in:
parent
69f4657208
commit
b3bb4ec40f
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# install dependencies
|
# install dependencies
|
||||||
apk --no-cache add certbot libstdc++ libmaxminddb geoip pcre yajl clamav apache2-utils openssl lua libgd go jq mariadb-connector-c bash brotli
|
apk add clamav certbot bash libmaxminddb libgcc lua yajl libstdc++ apache2-utils
|
||||||
|
|||||||
@ -51,6 +51,8 @@ $ docker run -p 80:8080 \
|
|||||||
bunkerity/bunkerized-nginx
|
bunkerity/bunkerized-nginx
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Please note that if you have one or more intermediate certificate(s) in your chain of trust, you will need to provide the bundle to `CUSTOM_HTTPS_CERT` (more info [here](https://nginx.org/en/docs/http/configuring_https_servers.html#chains)).
|
||||||
|
|
||||||
### Self-signed certificate
|
### Self-signed certificate
|
||||||
|
|
||||||
This method is not recommended in production but can be used to quickly deploy HTTPS for testing purposes. Just use the `GENERATE_SELF_SIGNED_SSL=yes` environment variable and bunkerized-nginx will generate a self-signed certificate for you :
|
This method is not recommended in production but can be used to quickly deploy HTTPS for testing purposes. Just use the `GENERATE_SELF_SIGNED_SSL=yes` environment variable and bunkerized-nginx will generate a self-signed certificate for you :
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user