From 49a7991d735a84bdf7ad6ad3c83eb18a9e8b4a1d Mon Sep 17 00:00:00 2001 From: Benjamin Sternthal Date: Fri, 31 May 2024 13:35:34 -0700 Subject: [PATCH 1/2] Update INFRASTRUCTURE_MENU.md Adds some very basic information about handling certificates. Note this document needs some major updating, I can do that in a followup PR. Ref #1169 Signed-off-by: Benjamin Sternthal --- project-resources/INFRASTRUCTURE_MENU.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/project-resources/INFRASTRUCTURE_MENU.md b/project-resources/INFRASTRUCTURE_MENU.md index d183f5993..1acb1271e 100644 --- a/project-resources/INFRASTRUCTURE_MENU.md +++ b/project-resources/INFRASTRUCTURE_MENU.md @@ -21,6 +21,9 @@ The OpenJS Foundation can either manage your DNS for you, or delegate to one of ## SSL Certificates The OpenJS Foundation will purchase 2-year wildcard SSL certs for each project's managed domains as needed. +## Software Signing Certificates +The OpenJS Foundation can purchase software signing certificates for Apple and Windows (via DigiCert). + ## Source Control By default all OpenJS Foundation projects have open source repositories in their own GitHub Organizations. The OpenJS Foundation admin account must be added as administrator for each repository. Two-factor authentication must be required for everyone in the organization. From de350f5aefae609775514c621b7497aa9b9c58ed Mon Sep 17 00:00:00 2001 From: Benjamin Sternthal Date: Fri, 31 May 2024 15:42:29 -0700 Subject: [PATCH 2/2] Update project-resources/INFRASTRUCTURE_MENU.md Jordan is always right. Co-authored-by: Jordan Harband Signed-off-by: Benjamin Sternthal --- project-resources/INFRASTRUCTURE_MENU.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project-resources/INFRASTRUCTURE_MENU.md b/project-resources/INFRASTRUCTURE_MENU.md index 1acb1271e..9a403bff4 100644 --- a/project-resources/INFRASTRUCTURE_MENU.md +++ b/project-resources/INFRASTRUCTURE_MENU.md @@ -22,7 +22,7 @@ The OpenJS Foundation can either manage your DNS for you, or delegate to one of The OpenJS Foundation will purchase 2-year wildcard SSL certs for each project's managed domains as needed. ## Software Signing Certificates -The OpenJS Foundation can purchase software signing certificates for Apple and Windows (via DigiCert). +The OpenJS Foundation can purchase software signing certificates for Mac/iOS and Windows (via DigiCert). ## Source Control By default all OpenJS Foundation projects have open source repositories in their own GitHub Organizations. The OpenJS Foundation admin account must be added as administrator for each repository. Two-factor authentication must be required for everyone in the organization.