mirror of
https://github.com/openziti/zrok.git
synced 2025-06-20 09:48:07 +02:00
proxy -> frontend (quickstart)
This commit is contained in:
parent
201982f25f
commit
dae4e9b1ec
@ -9,19 +9,19 @@ $ source /dev/stdin <<< "$(wget -qO- https://raw.githubusercontent.com/openziti/
|
|||||||
## configure frontend identity
|
## configure frontend identity
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ziti edge create identity device -o ~/.zrok/proxy.jwt proxy
|
$ ziti edge create identity device -o ~/.zrok/frontend.jwt frontend
|
||||||
New identity proxy created with id: -zbBF8eVb-
|
New identity proxy created with id: -zbBF8eVb-
|
||||||
Enrollment expires at 2022-08-10T18:46:16.641Z
|
Enrollment expires at 2022-08-10T18:46:16.641Z
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ziti edge enroll -j ~/.zrok/proxy.jwt -o ~/.zrok/proxy.json
|
$ ziti edge enroll -j ~/.zrok/frontend.jwt -o ~/.zrok/identities/frontend.json
|
||||||
INFO generating 4096 bit RSA key
|
INFO generating 4096 bit RSA key
|
||||||
INFO enrolled successfully. identity file written to: proxy.json
|
INFO enrolled successfully. identity file written to: proxy.json
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ziti edge create erp --edge-router-roles "#all" --identity-roles @proxy
|
$ ziti edge create erp frontend --edge-router-roles "#all" --identity-roles @frontend
|
||||||
```
|
```
|
||||||
|
|
||||||
## start zrok resources
|
## start zrok resources
|
||||||
|
Loading…
x
Reference in New Issue
Block a user