File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed 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"
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
You can’t perform that action at this time.
0 commit comments