You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Option(help:"The issuer id of the private key (https://developer.apple.com/documentation/appstoreconnectapi/generating_tokens_for_api_requests)")
131
131
internalvarissuerID:String
132
132
133
-
@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")
133
+
@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.")
134
134
internalvarprivateKeyPath:String
135
135
136
136
@Option(help:"The path to the private key (https://developer.apple.com/documentation/appstoreconnectapi/generating_tokens_for_api_requests)")
0 commit comments