summaryrefslogtreecommitdiff
path: root/apple/README
diff options
context:
space:
mode:
authormakechanges <makechanges@riseup.net>2016-09-15 14:12:08 -0700
committermakechanges <makechanges@riseup.net>2016-09-15 14:12:08 -0700
commit7dac708ad19abe24700f53dd24ca38995ed4c6ec (patch)
tree86c741fc062f2afb588108bb7691750a2da88ac5 /apple/README
parent6b36e104648252d56e40bc99305746065e35c71d (diff)
parent33c972a120a833a3ef2aefa0ff4f0341423a45c9 (diff)
Merge branch 'master' of ssh://leap.se/secrets
Diffstat (limited to 'apple/README')
-rw-r--r--apple/README26
1 files changed, 26 insertions, 0 deletions
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.
+