From e418bd31ec70f8a5b1e575cdf3d111799d2bb4b1 Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Tue, 13 Jul 2021 16:43:49 -0500 Subject: [PATCH 1/2] link SSL cert guides in next steps --- setup/kubernetes/aws.md | 5 ++++- setup/kubernetes/azure.md | 5 ++++- setup/kubernetes/google.md | 5 ++++- setup/kubernetes/k3s.md | 6 ++++-- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/setup/kubernetes/aws.md b/setup/kubernetes/aws.md index b00ef13a9..bb7395354 100644 --- a/setup/kubernetes/aws.md +++ b/setup/kubernetes/aws.md @@ -231,4 +231,7 @@ For more information, see: ## Next steps -At this point, you're ready to proceed to [installation](../installation.md). +Consider reviewing our guides on configuring [SSL certificates](../../guides/ssl-certificates/index.md) +to access Coder through a secure domain. + +Once complete, see our page on [installation](../installation.md). diff --git a/setup/kubernetes/azure.md b/setup/kubernetes/azure.md index 256085da1..b8505051d 100644 --- a/setup/kubernetes/azure.md +++ b/setup/kubernetes/azure.md @@ -139,4 +139,7 @@ For more information, see: ## Next steps -At this point, you're ready to proceed to [installation](../installation.md). +Consider reviewing our guides on configuring [SSL certificates](../../guides/ssl-certificates/index.md) +to access Coder through a secure domain. + +Once complete, see our page on [installation](../installation.md). diff --git a/setup/kubernetes/google.md b/setup/kubernetes/google.md index 2abf2e7bc..ad26e1ede 100644 --- a/setup/kubernetes/google.md +++ b/setup/kubernetes/google.md @@ -150,4 +150,7 @@ For more information, see: ## Next steps -At this point, you're ready to proceed to [installation](../installation.md). +Consider reviewing our guides on configuring [SSL certificates](../../guides/ssl-certificates/index.md) +to access Coder through a secure domain. + +Once complete, see our page on [installation](../installation.md). diff --git a/setup/kubernetes/k3s.md b/setup/kubernetes/k3s.md index 677b7b973..78c756fbd 100644 --- a/setup/kubernetes/k3s.md +++ b/setup/kubernetes/k3s.md @@ -137,5 +137,7 @@ cp /etc/rancher/k3s/k3s.yaml ~/.kube/config ## Next steps -At this point, you're ready to proceed to [installing -Coder](../installation.md). +Consider reviewing our guides on configuring [SSL certificates](../../guides/ssl-certificates/index.md) +to access Coder through a secure domain. + +Once complete, see our page on [installation](../installation.md). From 4b2437bbbb5bf6d8b16a3062030c7fcad4b11792 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Wed, 14 Jul 2021 11:35:37 -0500 Subject: [PATCH 2/2] Edit text --- setup/kubernetes/aws.md | 4 ++-- setup/kubernetes/azure.md | 4 ++-- setup/kubernetes/google.md | 4 ++-- setup/kubernetes/k3s.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/setup/kubernetes/aws.md b/setup/kubernetes/aws.md index bb7395354..8006a6b3c 100644 --- a/setup/kubernetes/aws.md +++ b/setup/kubernetes/aws.md @@ -231,7 +231,7 @@ For more information, see: ## Next steps -Consider reviewing our guides on configuring [SSL certificates](../../guides/ssl-certificates/index.md) -to access Coder through a secure domain. +To access Coder through a secure domain, review our guides on configuring and +using [SSL certificates](../../guides/ssl-certificates/index.md). Once complete, see our page on [installation](../installation.md). diff --git a/setup/kubernetes/azure.md b/setup/kubernetes/azure.md index b8505051d..e87988442 100644 --- a/setup/kubernetes/azure.md +++ b/setup/kubernetes/azure.md @@ -139,7 +139,7 @@ For more information, see: ## Next steps -Consider reviewing our guides on configuring [SSL certificates](../../guides/ssl-certificates/index.md) -to access Coder through a secure domain. +To access Coder through a secure domain, review our guides on configuring and +using [SSL certificates](../../guides/ssl-certificates/index.md). Once complete, see our page on [installation](../installation.md). diff --git a/setup/kubernetes/google.md b/setup/kubernetes/google.md index ad26e1ede..f77605207 100644 --- a/setup/kubernetes/google.md +++ b/setup/kubernetes/google.md @@ -150,7 +150,7 @@ For more information, see: ## Next steps -Consider reviewing our guides on configuring [SSL certificates](../../guides/ssl-certificates/index.md) -to access Coder through a secure domain. +To access Coder through a secure domain, review our guides on configuring and +using [SSL certificates](../../guides/ssl-certificates/index.md). Once complete, see our page on [installation](../installation.md). diff --git a/setup/kubernetes/k3s.md b/setup/kubernetes/k3s.md index 78c756fbd..a07cf96df 100644 --- a/setup/kubernetes/k3s.md +++ b/setup/kubernetes/k3s.md @@ -137,7 +137,7 @@ cp /etc/rancher/k3s/k3s.yaml ~/.kube/config ## Next steps -Consider reviewing our guides on configuring [SSL certificates](../../guides/ssl-certificates/index.md) -to access Coder through a secure domain. +To access Coder through a secure domain, review our guides on configuring and +using [SSL certificates](../../guides/ssl-certificates/index.md). Once complete, see our page on [installation](../installation.md).