diff --git a/.env.sample b/.env.sample index c4d3597..19523aa 100644 --- a/.env.sample +++ b/.env.sample @@ -49,10 +49,11 @@ COMPOSE_FILE="compose.yml" ##################################################################### # Manual wildcard certificate insertion # ##################################################################### + # Set wildcards = 1, and uncomment compose_file to enable. # 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 v1 {myapp.example.coop} ssl_key "$(cat /path/to/privkey.pem)" +# abra app secrets insert {myapp.example.coop} ssl_cert v1 "$(cat /path/to/fullchain.pem)" +# abra app secrets insert {myapp.example.coop} ssl_key v1 "$(cat /path/to/privkey.pem)" #WILDCARDS_ENABLED=1 #SECRET_WILDCARD_CERT_VERSION=v1 #COMPOSE_FILE="$COMPOSE_FILE:compose.wildcard.yml"