forked from coop-cloud/traefik
		
	docs: correct secret insertion examples
This commit is contained in:
		| @ -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" | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user