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
I'm updating the documentation to cover every step required to get started.
While following the guide and get stuck at this point:
Use Keychain tool to export a Certificates.p12 file (need Apple Root Certificate installed)
The option to export as .p12 is not available on my machine.
It might be that I'm missing the Apple Root Certificate. I searched the internet, but could not find any good guides on how to add one.
Perhaps we could add that information to this document?
The text was updated successfully, but these errors were encountered:
I figured it out, but I can write the gist of it here. Create certificate and csr in command line. Upload csr when creating the pass type certificate. Download pass.cer. Convert pass.cer which is binary to text pass.pem with openssl openssl x509 -in pass.cer -inform DER -out pass.pem -outform PEM, then run openssl pkcs12 -export -inkey Private.key -in pass.pem -out SigningCert.p12, then openssl pkcs12 -in "SigningCert.p12" -clcerts -nokeys -out ex_passbook_cert.pem, then openssl pkcs12 -in "SigningCert.p12" -nocerts -out ex_passbook_key.pem
Hi,
I'm updating the documentation to cover every step required to get started.
While following the guide and get stuck at this point:
The option to export as .p12 is not available on my machine.
It might be that I'm missing the Apple Root Certificate. I searched the internet, but could not find any good guides on how to add one.
Perhaps we could add that information to this document?
The text was updated successfully, but these errors were encountered: