Skip to content

Commit fc9a2c9

Browse files
Fix issue: WorkspaceTaskSubType.BROKEN_LINK
1 parent 94ba5b7 commit fc9a2c9

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/cloudflare-one/connections/connect-networks/do-more-with-tunnels/local-management

1 file changed

+2
-2
lines changed

src/content/docs/cloudflare-one/connections/connect-networks/do-more-with-tunnels/local-management/create-local-tunnel.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ cloudflared tunnel login
105105
Running this command will:
106106

107107
- Open a browser window and prompt you to log in to your Cloudflare account. After logging in to your account, select your hostname.
108-
- Generate an account certificate, the [cert.pem file](/cloudflare-one/connections/connect-networks/get-started/tunnel-useful-terms/#certpem), in the [default `cloudflared` directory](/cloudflare-one/connections/connect-networks/get-started/tunnel-useful-terms/#default-cloudflared-directory).
108+
- Generate an account certificate, the [cert.pem file](/cloudflare-one/connections/connect-networks/get-started/tunnel-useful-terms/#certpem), in the [default `cloudflared` directory](/cloudflare-one/connections/connect-networks/get-started/tunnel-useful-terms/).
109109

110110
## 3. Create a tunnel and give it a name
111111

@@ -116,7 +116,7 @@ cloudflared tunnel create <NAME>
116116
Running this command will:
117117

118118
- Create a tunnel by establishing a persistent relationship between the [name you provide](/cloudflare-one/connections/connect-networks/get-started/tunnel-useful-terms/#tunnel-name) and a [UUID](/cloudflare-one/connections/connect-networks/get-started/tunnel-useful-terms/#tunnel-uuid) for your tunnel. At this point, no connection is active within the tunnel yet.
119-
- Generate a [tunnel credentials file](/cloudflare-one/connections/connect-networks/get-started/tunnel-useful-terms/#credentials-file) in the [default `cloudflared` directory](/cloudflare-one/connections/connect-networks/get-started/tunnel-useful-terms/#default-cloudflared-directory).
119+
- Generate a [tunnel credentials file](/cloudflare-one/connections/connect-networks/get-started/tunnel-useful-terms/) in the [default `cloudflared` directory](/cloudflare-one/connections/connect-networks/get-started/tunnel-useful-terms/).
120120
- Create a subdomain of `.cfargotunnel.com`.
121121

122122
From the output of the command, take note of the tunnel's UUID and the path to your tunnel's credentials file.

0 commit comments

Comments
 (0)