commit 8084b91e56b81fd0ed0fac3d3e55f1af60cdab1c Author: Matthew Finkel sysrqb@torproject.org Date: Wed Aug 18 20:42:40 2021 +0000
Add some missing details of Mac key genereation --- processes/KeyGeneration | 11 +++++++++++ 1 file changed, 11 insertions(+)
diff --git a/processes/KeyGeneration b/processes/KeyGeneration index 2dad005..625152e 100644 --- a/processes/KeyGeneration +++ b/processes/KeyGeneration @@ -77,4 +77,15 @@ security create-keychain tbb-signing-alpha.keychain security default-keychain -s tbb-signing-alpha.keychain security unlock-keychain certtool r CertificateSigningRequest.certSigningRequest +# RSA, 2048, RSA with SHA384, "Thisisachallengestring" +# Common Name (e.g, www.apple.com) : Tor Browser Signing Key +# Country (e.g, US) : +# Organization (e.g, Apple, Inc.) : The Tor Project, Inc. +# Organization Unit (e.g, Apple Software Engineering) : Applications Engineering +# State/Province (e.g, California) : Washington +# Email Address (e.g, username@apple.com) : torbrowser@torproject.org
+# Submit to Apple, download certificate. + +security add-certificates ~/developerID_application.cer +security find-identity
tbb-commits@lists.torproject.org