Do we need specify both?
- Installing a
cloudflared
daemon on (say ubuntu) and then specifyconfig.yml
andcert.json
like mentioned on this official docs - Just specify
tunnel token
tocloudflared
daemon like:
cloudflared service install <token>
My question is “are both of these^ required or just 1 out of these”?