mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-19 03:57:17 +02:00
docs: update changelog, documentaiton, and helm configurations. (#63)
- Update changelog. - Update docs to cover authorization support. - Updates helm to support authorization, and policy file.
This commit is contained in:
parent
eb9dff0c48
commit
45e6a8dc57
41 changed files with 901 additions and 254 deletions
|
@ -1,16 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
# requires acme.sh
|
||||
# see : https://github.com/Neilpang/acme.sh
|
||||
# uncomment below to install
|
||||
# requires acme.sh see : https://github.com/Neilpang/acme.sh
|
||||
# curl https://get.acme.sh | sh
|
||||
|
||||
# assumes cloudflare, but many DNS providers are supported
|
||||
|
||||
export CF_Key="x"
|
||||
export CF_Email="x@x.com"
|
||||
|
||||
echo "=> manually issue a wildcard certificate, renewal is up to you!"
|
||||
$HOME/.acme.sh/acme.sh \
|
||||
--issue \
|
||||
-k ec-256 \
|
||||
-d '*.corp.beyondperimeter.com' \
|
||||
--dns dns_cf
|
||||
--dns \
|
||||
--yes-I-know-dns-manual-mode-enough-go-ahead-please
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue