[Bf-blender-cvs] [77d82ed1fd1] master: macOS: add missing info to code signing instructions regarding key files

Brecht Van Lommel noreply at git.blender.org
Thu Dec 12 14:02:33 CET 2019


Commit: 77d82ed1fd1f8f2bb350470b3862e6d112f84c0a
Author: Brecht Van Lommel
Date:   Thu Dec 12 13:58:22 2019 +0100
Branches: master
https://developer.blender.org/rB77d82ed1fd1f8f2bb350470b3862e6d112f84c0a

macOS: add missing info to code signing instructions regarding key files

The instructions for this part are not exactly clear, but better to document
what took us a while to figure out to get a new system set up for signing.

===================================================================

M	release/darwin/README.txt

===================================================================

diff --git a/release/darwin/README.txt b/release/darwin/README.txt
index a265f8a520d..626ce8820ab 100644
--- a/release/darwin/README.txt
+++ b/release/darwin/README.txt
@@ -10,6 +10,11 @@ Install Code Signing Certificate
 * Double click the file and add to key chain (default options).
 * Delete the file from the Downloads folder.
 
+* You will also need to install a .p12 public/private key file for the
+  certificate. This is only available for the owner of the Blender account,
+  or can be exported and copied from another system that already has code
+  signing set up.
+
 Find the codesigning identity by running:
 
 $ security find-identity -v -p codesigning



More information about the Bf-blender-cvs mailing list