iOS Question Certificates nightmare reprise ...

marcick

Well-Known Member
Licensed User
Longtime User
After restarting everything from scratch I have problem generating a new certificate.

  1. the keys folder is empy
  2. Tool-Private sign key-Create new
  3. I have now 3 file in the keys folder, one is certSigningRequest.csr
  4. In developer console, all is clean, I just have one app_id (non wildcard) that include the push notification that I'll need
  5. Create certificate - IOS app development.
  6. When I have to choose the file, if I choose the file of point 3 to upload, I get "Invalid csr, select a valid certificate signin request". But your instruction says to upload that file .csr, instead seems the console want a .certSigninRequest
Where is my confusion ?
 

marcick

Well-Known Member
Licensed User
Longtime User
Because it seems not work for me, is it everythig ok in this window ?

B4X:
C:\Users\marco\OneDrive\Progetti\Apple Project\Keys>c:\OpenSSL-Win64\bin\openssl.exe pkcs12 -in B4i.p12 -out B4i.pem -nodes -passin pass:Yeppa007
WARNING: can't open config file: /usr/local/ssl/openssl.cnf
MAC verified OK

C:\Users\marco\OneDrive\Progetti\Apple Project\Keys>c:\OpenSSL-Win64\bin\openssl req -new -key B4i.pem -out certSigningRequest.csr -subj "/CN=UNKNOWN, C=UNKNOWN"
WARNING: can't open config file: /usr/local/ssl/openssl.cnf
Unable to load config info from /usr/local/ssl/openssl.cnf

C:\Users\marco\OneDrive\Progetti\Apple Project\Keys>

After executing those two lines, I have created a new sign key in B4i, but the csr file is still not accepted in the developer console
 
Upvote 0

marcick

Well-Known Member
Licensed User
Longtime User
T - H - A - N - K - S
six hours spent pushing head against the wall (searched and searched but didn't see that post)
What without you ?
 
Upvote 0
Top