@J2O
> certificate and private key do not match? How can I resolve this?
Try to find the private key file which you used in creating the certificate signing request.
Your certificate and private key files are a matched pair. If you loose your private key file your certificate and provision profiles are useless for building apps. You must treat your private key file with care. It can not be recreated.
if it is lost then start over from scratch
Clean up –
a) delete your old certs, pks, profiles…. if you keep them around you’ll just confuse them in the future with valid build data files
b) login to apple ios dev provision portal
c) revoke your certficates and profiles
Create new PK, CSR, Cert, Provision Profiles
d) follow the procedure exactly as outlined http://www.genuitec.com/mobile/docs/appledigitalsignature/appledigitalsignature.html
Place your private key file, cert file, profiles files in a new well labeled directory and keep it clean
e) do not generate new private keys unless you plan to start over and repeat this process