From 77d82ed1fd1f8f2bb350470b3862e6d112f84c0a Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 12 Dec 2019 13:58:22 +0100 Subject: 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. --- release/darwin/README.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to '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 -- cgit v1.2.3