Skip to content

Commit ae972c8

Browse files
author
Katie Horne
committed
Fix images doc re: certs
1 parent 019f072 commit ae972c8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

images/ssl-certificates.md renamed to images/tls-certificates.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
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
44
---
55

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
77
Coder.
88

99
## Background

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"path": "./images/configure.md"
9090
},
9191
{
92-
"path": "./images/ssl-certificates.md"
92+
"path": "./images/tls-certificates.md"
9393
},
9494
{
9595
"path": "./images/deprecating.md"

setup/air-gapped/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ platform images are hosted in Coder's Docker Hub repo.
111111

112112
When building images for your workspaces that rely on a custom certificate
113113
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)
115115
to images.
116116

117117
1. Tag and push all of the images that you've downloaded in the previous step to

0 commit comments

Comments
 (0)