freebsd-ports/www/pomerium/pkg-message
Xin LI aa40698244 Add Pomerium, an identity-aware proxy that enables secure access to
internal applications. Pomerium provides a standardized interface to
add access control to applications regardless of whether the application
itself has authorization or authentication baked-in. Pomerium gateways
both internal and external requests, and can be used in situations where
you'd typically reach for a VPN.
2019-12-16 06:08:43 +00:00

18 lines
497 B
Plaintext

[
{ type: install
message: <<EOM
## Quick start
You need a configured indentity provider and a wild-card TLS certificate
before proceeding (if Pomerium will be terminating TLS connections).
Please note that the default installation runs Pomerium with unprivileged
"www" user, and therefore will not be able to bind on 443 unless
net.inet.ip.portrange.reservedhigh is lowered.
Please consult the official website https://www.pomerium.io/docs/ for
additional configuration information.
EOM
}
]