Skip to content

Commit

Permalink
Merge pull request #20 from omarzl/task/improved-priv-key-docs
Browse files Browse the repository at this point in the history
improved docs related to the private key
  • Loading branch information
tinder-maxwellelliott authored May 24, 2024
2 parents 2036d19 + 151d705 commit 8f3bd6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ OPTIONS:
The path to a private key to use for generating PEM
and P12 files. This key will be attached to any
generated certificates or profiles
Use `openssl genrsa -out key.pem 2048` to generate it
--itunes-connect-key-path <itunes-connect-key-path>
The path to the private key
(https://developer.apple.com/documentation/appstoreconnectapi/generating_tokens_for_api_requests)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ internal struct CreateProvisioningProfileCommand: ParsableCommand {
@Option(help: "The issuer id of the private key (https://developer.apple.com/documentation/appstoreconnectapi/generating_tokens_for_api_requests)")
internal var issuerID: String

@Option(help: "The path to a private key to use for generating PEM and P12 files. This key will be attached to any generated certificates or profiles")
@Option(help: "The path to a private key to use for generating PEM and P12 files. This key will be attached to any generated certificates or profiles. Use `openssl genrsa -out key.pem 2048` to generate it.")
internal var privateKeyPath: String

@Option(help: "The path to the private key (https://developer.apple.com/documentation/appstoreconnectapi/generating_tokens_for_api_requests)")
Expand Down

0 comments on commit 8f3bd6c

Please sign in to comment.