From f788aa397c130d73ab3bf5e8d0d0f887983aadc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Hubin=C3=A1k?= Date: Tue, 27 Aug 2024 14:43:53 +0200 Subject: [PATCH] Mention unstable Common Name (CN) in TLS certs (#4148) * Mention unstable Common Name (CN) in TLS certs * Add to Upsun side as well --------- Co-authored-by: Chad Carlson --- sites/platform/src/define-routes/https.md | 3 +++ sites/upsun/src/define-routes/https.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sites/platform/src/define-routes/https.md b/sites/platform/src/define-routes/https.md index c2d3a9f1d4..545b296755 100644 --- a/sites/platform/src/define-routes/https.md +++ b/sites/platform/src/define-routes/https.md @@ -38,6 +38,9 @@ If you need more hostnames, you can obtain additional certificates or a wildcard certificate from a [third-party issuer](../domains/steps/tls.md). Alternatively, consider splitting your project up into multiple {{% vendor/name %}} projects. +Please note that when using multiple domains, the Common Name (CN) to which the certificate is issued to +is not guaranteed to be the same on each certificate renewal. + ### Certificate renewals When you use the [TLS certificates](#tls-certificates) provided by {{% vendor/name %}}, diff --git a/sites/upsun/src/define-routes/https.md b/sites/upsun/src/define-routes/https.md index 278566cbf6..1cd37541d5 100644 --- a/sites/upsun/src/define-routes/https.md +++ b/sites/upsun/src/define-routes/https.md @@ -38,6 +38,9 @@ If you need more hostnames, you can obtain additional certificates or a wildcard certificate from a [third-party issuer](../domains/steps/tls.md). Alternatively, consider splitting your project up into multiple {{% vendor/name %}} projects. +Please note that when using multiple domains, the Common Name (CN) to which the certificate is issued to +is not guaranteed to be the same on each certificate renewal. + ### Certificate renewals When you use the [TLS certificates](#tls-certificates) provided by {{% vendor/name %}},