File tree 17 files changed +31
-31
lines changed
assets/guides/tls-certificates
17 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 25
25
to the external IP address you obtained in the previous step.
26
26
27
27
> If your custom domain uses the HTTPS protocol, make sure that you have
28
- > [ SSL certificates] ( ../guides/ssl -certificates/index.md ) for use with your
28
+ > [ TLS certificates] ( ../guides/tls -certificates/index.md ) for use with your
29
29
> Coder deployment. Otherwise, you can skip this step.
30
30
31
31
## Step 2: Update the Helm chart and redeploy Coder
Original file line number Diff line number Diff line change @@ -60,17 +60,17 @@ X11UseLocalhost no
60
60
```
61
61
62
62
> X11 forwarding will fail with ` X11 forwarding request failed on channel 0 ` if
63
- ` xauth ` is not installed.
63
+ > ` xauth ` is not installed.
64
64
65
65
### SSH environment variables
66
66
67
- OpenSSH handles environment variables differently than most container
68
- processes. Environment variable overrides for OpenSSH sessions are set by
67
+ OpenSSH handles environment variables differently than most container processes.
68
+ Environment variable overrides for OpenSSH sessions are set by
69
69
` ~/.ssh/environment ` and ` /etc/environment ` . Note that these values will
70
70
override those specified in the Dockerfile ` ENV ` directives.
71
71
72
- At workspace startup, Coder injects the image defined environment variables
73
- into ` ~/.ssh/environment ` , as well as a set of Coder-defined defaults.
72
+ At workspace startup, Coder injects the image defined environment variables into
73
+ ` ~/.ssh/environment ` , as well as a set of Coder-defined defaults.
74
74
75
75
The following snippet shows an example of what this file may look like for a new
76
76
workspace.
118
118
` ` `
119
119
120
120
> **For Cloudflare users:** Cloudflare's **proxied** mode does _not_ support
121
- > SSH. If you're using Cloudflare for SSL , add your certificates to your cluster
121
+ > SSH. If you're using Cloudflare for TLS , add your certificates to your cluster
122
122
> and use the **DNS only** mode to allow SSH.
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ when communicating with the Coder deployment.
122
122
for more details.
123
123
124
124
For installations using HTTPS, you must
125
- [ ensure the deployment has a valid certificate] ( ../../guides/ssl -certificates/index.md ) .
125
+ [ ensure the deployment has a valid certificate] ( ../../guides/tls -certificates/index.md ) .
126
126
127
127
If you're unfamiliar with the helm configuration values file, see our doc on
128
128
[ updating a helm chart] ( ../../guides/admin/helm-charts.md )
File renamed without changes.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Azure DNS
3
3
description :
4
- Learn how to use cert-manager to set up SSL certificates using Azure DNS for
4
+ Learn how to use cert-manager to set up TLS certificates using Azure DNS for
5
5
DNS01 challenges.
6
6
---
7
7
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Google Cloud DNS
3
3
description :
4
- Learn how to use cert-manager to set up SSL certificates using Google Cloud
4
+ Learn how to use cert-manager to set up TLS certificates using Google Cloud
5
5
DNS for DNS01 challenges.
6
6
---
7
7
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Create a token with the following settings:
76
76
You can also add more zones (or give the token access to all zones in your
77
77
account), and set an expiry date.
78
78
79
- ![ Create Custom Token] ( ../../assets/guides/ssl -certificates/cloudflare-1.png )
79
+ ![ Create Custom Token] ( ../../assets/guides/tls -certificates/cloudflare-1.png )
80
80
81
81
Click ** Continue to summary** , then ** Create Token** . Be sure to copy and save
82
82
the token displayed because Cloudflare will not display it again.
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : TLS certificates
3
+ description : Learn how to use cert-manager to set up TLS certificates.
4
+ ---
5
+
6
+ <children ></children >
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
---
2
- title : " SSL certificates"
3
- description : Learn how to add SSL certificates to Coder images
2
+ title : " TLS certificates"
3
+ description : Learn how to add TLS certificates to Coder images
4
4
---
5
5
6
- This article will show you how to correct issues regarding SSL certificates in
6
+ This article will show you how to correct issues regarding TLS certificates in
7
7
Coder.
8
8
9
9
## Background
Original file line number Diff line number Diff line change 89
89
"path" : " ./images/configure.md"
90
90
},
91
91
{
92
- "path" : " ./images/ssl -certificates.md"
92
+ "path" : " ./images/tls -certificates.md"
93
93
},
94
94
{
95
95
"path" : " ./images/deprecating.md"
341
341
]
342
342
},
343
343
{
344
- "path" : " ./guides/ssl -certificates/index.md" ,
344
+ "path" : " ./guides/tls -certificates/index.md" ,
345
345
"children" : [
346
346
{
347
- "path" : " ./guides/ssl -certificates/azureDNS.md"
347
+ "path" : " ./guides/tls -certificates/azureDNS.md"
348
348
},
349
349
{
350
- "path" : " ./guides/ssl -certificates/cloudDNS.md"
350
+ "path" : " ./guides/tls -certificates/cloudDNS.md"
351
351
},
352
352
{
353
- "path" : " ./guides/ssl -certificates/cloudflare.md"
353
+ "path" : " ./guides/tls -certificates/cloudflare.md"
354
354
},
355
355
{
356
- "path" : " ./guides/ssl -certificates/route53.md"
356
+ "path" : " ./guides/tls -certificates/route53.md"
357
357
}
358
358
]
359
359
},
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ platform images are hosted in Coder's Docker Hub repo.
111
111
112
112
When building images for your workspaces that rely on a custom certificate
113
113
authority, be sure to follow the
114
- [ docs for adding certificates] ( ../../images/ssl -certificates#adding-certificates-for-coder )
114
+ [ docs for adding certificates] ( ../../images/tls -certificates#adding-certificates-for-coder )
115
115
to images.
116
116
117
117
1 . Tag and push all of the images that you've downloaded in the previous step to
Original file line number Diff line number Diff line change @@ -233,6 +233,6 @@ For more information, see:
233
233
## Next steps
234
234
235
235
To access Coder through a secure domain, review our guides on configuring and
236
- using [ SSL certificates] ( ../../guides/ssl -certificates/index.md ) .
236
+ using [ TLS certificates] ( ../../guides/tls -certificates/index.md ) .
237
237
238
238
Once complete, see our page on [ installation] ( ../installation.md ) .
Original file line number Diff line number Diff line change @@ -140,6 +140,6 @@ For more information, see:
140
140
## Next steps
141
141
142
142
To access Coder through a secure domain, review our guides on configuring and
143
- using [ SSL certificates] ( ../../guides/ssl -certificates/index.md ) .
143
+ using [ TLS certificates] ( ../../guides/tls -certificates/index.md ) .
144
144
145
145
Once complete, see our page on [ installation] ( ../installation.md ) .
Original file line number Diff line number Diff line change @@ -151,6 +151,6 @@ For more information, see:
151
151
## Next steps
152
152
153
153
To access Coder through a secure domain, review our guides on configuring and
154
- using [ SSL certificates] ( ../../guides/ssl -certificates/index.md ) .
154
+ using [ TLS certificates] ( ../../guides/tls -certificates/index.md ) .
155
155
156
156
Once complete, see our page on [ installation] ( ../installation.md ) .
Original file line number Diff line number Diff line change @@ -137,6 +137,6 @@ cp /etc/rancher/k3s/k3s.yaml ~/.kube/config
137
137
## Next steps
138
138
139
139
To access Coder through a secure domain, review our guides on configuring and
140
- using [ SSL certificates] ( ../../guides/ssl -certificates/index.md ) .
140
+ using [ TLS certificates] ( ../../guides/tls -certificates/index.md ) .
141
141
142
142
Once complete, see our page on [ installation] ( ../installation.md ) .
You can’t perform that action at this time.
0 commit comments