update docs (#1645)

This commit is contained in:
bobby 2020-12-03 08:29:17 -08:00 committed by GitHub
parent 23249c8df9
commit 0cdd727d5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 128 additions and 221 deletions

View file

@ -29,18 +29,11 @@ Create a config file (`config.yaml`). This file will be used to determine Pomeri
<<< @/examples/config/config.minimal.yaml
### Environmental Variables
As mentioned above, Pomerium supports mixing and matching configuration. For example, we can specify our secret values and domains certificates as [environmental configuration variables], and set the rest as part of the configuration file.
<<< @/examples/config/config.minimal.env
## Run
Finally, source the configuration `env` file and run pomerium specifying the `config.yaml` .
```bash
source ./env
./bin/pomerium -config config.yaml
```
@ -50,8 +43,6 @@ Browse to `external-httpbin.your.domain.example`. Connections between you and [h
[configuration variables]: ../../reference/readme.md
[download]: https://github.com/pomerium/pomerium/releases
[environmental configuration variables]: https://12factor.net/config
[httpbin]: https://httpbin.org/
[identity provider]: ../identity-providers/
[make]: https://en.wikipedia.org/wiki/Make_(software)
[tls certificates]: ../topics/certificates.md