mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-29 14:39:40 +02:00
Co-authored-by: Alex Fornuto <afornuto@pomerium.com>
This commit is contained in:
parent
00a3911a50
commit
18e481d76e
1 changed files with 12 additions and 5 deletions
|
@ -45,11 +45,17 @@ You can also set some or all of your configuration keys as environment variables
|
|||
|
||||
### OS Package
|
||||
|
||||
Enable and start the service:
|
||||
1. The following command allows the Pomerium systemd service to bind to [privileged port] `443`:
|
||||
|
||||
```bash
|
||||
sudo systemctl enable --now pomerium.service
|
||||
```
|
||||
```bash
|
||||
echo -e "[Service]\nAmbientCapabilities=CAP_NET_BIND_SERVICE" | sudo SYSTEMD_EDITOR=tee systemctl edit pomerium
|
||||
```
|
||||
|
||||
1. Enable and start the service:
|
||||
|
||||
```bash
|
||||
sudo systemctl enable --now pomerium.service
|
||||
```
|
||||
|
||||
### Manual Installation
|
||||
|
||||
|
@ -70,4 +76,5 @@ Browse to `external-verify.your.domain.example`. Connections between you and [ve
|
|||
[tls certificates]: /docs/topics/certificates.md
|
||||
[Cloudsmith]: https://cloudsmith.io
|
||||
[cloudsmith-repo]: https://cloudsmith.io/~pomerium/repos/pomerium/groups/
|
||||
[Reference]: /reference/readme.md
|
||||
[Reference]: /reference/readme.md
|
||||
[privileged port]: https://www.w3.org/Daemon/User/Installation/PrivilegedPorts.html
|
Loading…
Add table
Add a link
Reference in a new issue