pomerium/docs/guide/readme.md
Bobby DeSimone 2c7a7f2e02
cmd/pomerium: add check for service validity
proxy: update key check error message to check 32 bytes
authenticate: update key check error message to check 32 bytes
docs: update readme for clarity
2019-01-19 11:32:36 -08:00

1.5 KiB

Quick start

Using Docker

  • Install docker and docker-compose.
  • Grab Pomerium's included example docker-compose.yml directly or by cloning the repository.
  • Update docker-compose.yml to match your identity provider settings.
  • Copy your subdomain's wild-card TLS certificate next to the compose file. If you don't have one handy, the included script generates one from LetsEncrypt.
  • Run docker-compose by runnig the command $ docker-compose up.
  • Pomerium is configured to delegate access to two test apps helloworld and httpbin. Navigate to hello.corp.example.com or httpbin.corp.example.com. You should see something like the following in your browser and in your terminal.

Getting started

asciicast