From 8b25136ac49a09e08cda782605700f8e3e10d3b7 Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 29 Jul 2016 12:23:35 -0700 Subject: updated README --- apple/README | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 apple/README (limited to 'apple') diff --git a/apple/README b/apple/README new file mode 100644 index 0000000..4ab3039 --- /dev/null +++ b/apple/README @@ -0,0 +1,26 @@ +This directory holds Apple developer certificates, and the corresponding +public/private keys. + +For example: + + certname.cer -- The final certificate signed by Apple. + + certname.csr -- The Certificate Signing Request, generated + with the Mac app "Keychain Access". + + certname.key.p12 -- The private key for this certificate, + created when the CSR is created. + exported from "Keychain Access". + + certname.pub.pem -- The public key for this certificate, + created when the CSR is created, + exported from "Keychain Access". + +The certificates: + +leap-developer-id-application + This is used for distributing the application outside the app store. + +leap-developer-id-installer + This is used for distributing an installer outside the app store. + -- cgit v1.2.3