From 3f81b36bb8249f1d6b5ef9d119454a136f844d39 Mon Sep 17 00:00:00 2001 From: Gene Wood Date: Thu, 14 May 2026 08:50:46 -0700 Subject: [PATCH 1/3] Add a static page with information about the site --- .../info-on-this-repo-and-dns-name/index.html | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/static/info-on-this-repo-and-dns-name/index.html diff --git a/src/static/info-on-this-repo-and-dns-name/index.html b/src/static/info-on-this-repo-and-dns-name/index.html new file mode 100644 index 00000000..59cfa2d1 --- /dev/null +++ b/src/static/info-on-this-repo-and-dns-name/index.html @@ -0,0 +1,36 @@ + + + + + + About This Repo and DNS Name + + + +
+
+ moz://a + SSL Configuration Generator +
+ +

About This Repository and DNS Name

+ +

SSL Config Generator was a tool that Mozilla built and maintained from 2014 to 2026. In 2026 the tool and codebase was handed over to an open source community working group to continue with. This was done to free up resources from Mozilla security employees who had owned and maintained the tool.

+ +

Over the time that the tool was hosted by Mozilla, many websites and tools out on the internet have been created which reference the tool through links either to ssl-config.mozilla.org or to specific URLs of the tool which render an SSL config for the user (also on ssl-config.mozilla.org).

+ +

In order to prevent all of these links on websites and in other tools from breaking when the tool was transitioned away from Mozilla, we're keeping the ssl-config.mozilla.org DNS CNAME and the Mozilla GitHub repo with GitHub Pages up as a redirect to the new site. If the DNS name or the GitHub repo get deleted, then all of those links in other tools and sites will break.

+ +

What Needs to Be Retained

+ +

Specifically, there are two things that need to be retained:

+ +
    +
  1. The archived https://github.com/mozilla/ssl-config-generator GitHub repository: This contains a single GitHub Pages page which redirects users to the new site.
  2. +
  3. The ssl-config.mozilla.org CNAME which resolves to mozilla.github.io.: This causes those links to resolve to GitHub Pages so that the user fetches the redirect.
  4. +
+ +

If you have any questions about this setup, feel free to contact the open source community working group that maintains the new site using the contact form at https://tlsref.org/.

+
+ + From c0f4755592455503686e2d0e6b8c818888f0ea5a Mon Sep 17 00:00:00 2001 From: Gene Wood Date: Thu, 14 May 2026 12:01:58 -0700 Subject: [PATCH 2/3] Fix up some language --- src/static/info-on-this-repo-and-dns-name/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/info-on-this-repo-and-dns-name/index.html b/src/static/info-on-this-repo-and-dns-name/index.html index 59cfa2d1..3262f399 100644 --- a/src/static/info-on-this-repo-and-dns-name/index.html +++ b/src/static/info-on-this-repo-and-dns-name/index.html @@ -15,7 +15,7 @@

About This Repository and DNS Name

-

SSL Config Generator was a tool that Mozilla built and maintained from 2014 to 2026. In 2026 the tool and codebase was handed over to an open source community working group to continue with. This was done to free up resources from Mozilla security employees who had owned and maintained the tool.

+

SSL Config Generator was a tool that Mozilla's security team built and maintained from 2014 to 2026. In 2026 the tool and codebase was handed over to an open source community working group to continue with.

Over the time that the tool was hosted by Mozilla, many websites and tools out on the internet have been created which reference the tool through links either to ssl-config.mozilla.org or to specific URLs of the tool which render an SSL config for the user (also on ssl-config.mozilla.org).

From 0bd72bcf061d1791a6e6a0e9921a5776212124b7 Mon Sep 17 00:00:00 2001 From: Gene Wood Date: Thu, 28 May 2026 09:49:43 -0700 Subject: [PATCH 3/3] Clarifying text --- .../index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename src/static/{info-on-this-repo-and-dns-name => info-on-this-repo-and-dns-cname}/index.html (90%) diff --git a/src/static/info-on-this-repo-and-dns-name/index.html b/src/static/info-on-this-repo-and-dns-cname/index.html similarity index 90% rename from src/static/info-on-this-repo-and-dns-name/index.html rename to src/static/info-on-this-repo-and-dns-cname/index.html index 3262f399..5f3bf49d 100644 --- a/src/static/info-on-this-repo-and-dns-name/index.html +++ b/src/static/info-on-this-repo-and-dns-cname/index.html @@ -15,7 +15,7 @@

About This Repository and DNS Name

-

SSL Config Generator was a tool that Mozilla's security team built and maintained from 2014 to 2026. In 2026 the tool and codebase was handed over to an open source community working group to continue with.

+

SSL Config Generator was a tool that Mozilla's security team built and maintained from 2014 to 2026. In 2026 the tool and codebase was handed over to an open source community working group.

Over the time that the tool was hosted by Mozilla, many websites and tools out on the internet have been created which reference the tool through links either to ssl-config.mozilla.org or to specific URLs of the tool which render an SSL config for the user (also on ssl-config.mozilla.org).

@@ -27,7 +27,7 @@

What Needs to Be Retained

  1. The archived https://github.com/mozilla/ssl-config-generator GitHub repository: This contains a single GitHub Pages page which redirects users to the new site.
  2. -
  3. The ssl-config.mozilla.org CNAME which resolves to mozilla.github.io.: This causes those links to resolve to GitHub Pages so that the user fetches the redirect.
  4. +
  5. The ssl-config.mozilla.org DNS CNAME which resolves to mozilla.github.io.: This causes those links to resolve to GitHub Pages so that the user fetches the redirect.

If you have any questions about this setup, feel free to contact the open source community working group that maintains the new site using the contact form at https://tlsref.org/.