mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-29 00:47:17 +02:00
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com> Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
1.3 KiB
1.3 KiB
title | lang | meta | |||||
---|---|---|---|---|---|---|---|
Binaries | en-US |
|
Binaries
The following quick-start guide covers how to configure and run Pomerium using the official prebuilt binaries.
Prerequisites
- A configured identity provider
- TLS certificates
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.