Operating System of My Computer is Windows 10. And I am coding with React Native. I want to Create Certificate Signing Request for download Certificate in Apple Developer System . How can I create in Windows . I try to;
#openssl genrsa -out mykey.key 2018
#openssl req -new -key mykey.key -out myCSR.certSigningRequest -subj "/[email protected], CN=Umut, C=TR"
and when I want to upload to Apple Developer Account page , system give me a error ;
Invalid Certificate
I solved this problem . Before I was using Edge Browser . But Now I am using Firefox Browser and I can upload the file .