pomerium/docs/docs/quick-start/binary.md
github-actions[bot] 90b4179850
docs: replace httpbin with verify (#1702) (#1713)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>

Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
2020-12-22 13:38:13 -05:00

1.3 KiB

title lang meta
Binaries en-US
name content
keywords pomerium identity-access-proxy oidc reverse-proxy

Binaries

The following quick-start guide covers how to configure and run Pomerium using the official prebuilt binaries.

Prerequisites

Download

Download the latest release of Pomerium for your machine's operating system and architecture.

Configure

Pomerium supports setting configuration variables using both environmental variables and using a configuration file.

Configuration file

Create a config file (config.yaml). This file will be used to determine Pomerium's configuration settings, routes, and access-policies. Consider the following example:

<<< @/examples/config/config.minimal.yaml

Run

Finally, source the configuration env file and run pomerium specifying the config.yaml .

./bin/pomerium -config config.yaml

Navigate

Browse to external-verify.your.domain.example. Connections between you and verify will now be proxied and managed by Pomerium.