Tinder / sign-here

A straightforward tool that enables the creation of Provisioning Profiles and Certificates for deploying Apple based software
35 stars 7 forks source link

improved docs related to the private key #20

Closed omarzl closed 4 months ago

omarzl commented 4 months ago

I struggled a little bit understanding what I should use in the arg --private-key-path while creating a provisioning profile I am used to let Keychain Assistant to create the key pair and the CSR 😄

So this pr aims to improve the docs regarding the priv key. Do you consider it is the right place to include this command example?

Also are you using the same command openssl genrsa -out key.pem 2048? Or do you suggest another one.

Thanks!

omarzl commented 4 months ago

For the record, I just noticed that Keychain Assistant let you customize the key pair, and the default value is an RSA 2048 key 👍🏼

image