How to Create Certificate Signing Request on Windows 10 For Apple

898 Views Asked by At

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

1

There are 1 best solutions below

1
Umut Bayğut On

I solved this problem . Before I was using Edge Browser . But Now I am using Firefox Browser and I can upload the file .