Correct secret insertion examples
Some checks failed
continuous-integration/drone/pr Build is failing
Some checks failed
continuous-integration/drone/pr Build is failing
This commit is contained in:
parent
06340219da
commit
5e7e16a707
@ -49,10 +49,11 @@ COMPOSE_FILE="compose.yml"
|
|||||||
#####################################################################
|
#####################################################################
|
||||||
# Manual wildcard certificate insertion #
|
# Manual wildcard certificate insertion #
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
# Set wildcards = 1, and uncomment compose_file to enable.
|
# Set wildcards = 1, and uncomment compose_file to enable.
|
||||||
# Create your certs elsewhere and add them like:
|
# Create your certs elsewhere and add them like:
|
||||||
# abra app secrets insert v1 {myapp.example.coop} ssl_cert "$(cat /path/to/fullchain.pem)"
|
# abra app secrets insert {myapp.example.coop} ssl_cert v1 "$(cat /path/to/fullchain.pem)"
|
||||||
# abra app secrets insert v1 {myapp.example.coop} ssl_key "$(cat /path/to/privkey.pem)"
|
# abra app secrets insert {myapp.example.coop} ssl_key v1 "$(cat /path/to/privkey.pem)"
|
||||||
#WILDCARDS_ENABLED=1
|
#WILDCARDS_ENABLED=1
|
||||||
#SECRET_WILDCARD_CERT_VERSION=v1
|
#SECRET_WILDCARD_CERT_VERSION=v1
|
||||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.wildcard.yml"
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.wildcard.yml"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user