I have registered my domain name with google health and created a self signing public certificate using IIS 7 windows 2008, but when i tried to upload the certificate I get an error: Invalid Certificate.
The following are the exact steps I followed to create the certificate, please review them and let me know what I am doing wrong. 1. Launch IIS manager 2. With the server selected, i launched server certificates 3. Used the create self-signed certificate option 4. Named the certificate and accepted 5. Double-clicked the newly created server certificate 6. Selected the details tab 7. Clicked on the Copy to File button 8. From the Certificate Export wizard, clicked the next button 9. Yes, export the private key radio button selected 10. Clicked the next button 11. Personal Information Exchange - PKCS #12(.PFX) selected by default 12. Include all certificates in the certification path if possible selected 13. Export all extended properties checked 14. Click next button 15. Entered and confirmed a password 16. Gave it a file name googlehealthtest.pfx 17. Clicked Save, Clicked Next 18. Completed Certificate Export Wizard verified all file names, export keys yes, include all certificates in the certification path yes, file format personal information exchange(.PFX) 19. Clicked finish button 20. Export was successful, clicked OK Note: certificate generated with public key RSA 2048 bits, *would this be the problem, documentation specifies 1024, but i dont see how I can change this 22. Opened a DOS window, navigated to the directory where the certificate file was created, ran the following command at DOS prompt: certutil -encode googlehealthtest.pfx googlehealthtest.pem 23. Clicked enter, reported input length of 2659 and export length 3716, Program responded with: certutil -encode command completed successfully 24. Uploaded the certificate file to Google Health 25. Recieved the error: Invalid Certificate -- You received this message because you are subscribed to the Google Groups "Google Health Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/googlehealthdevelopers?hl=en.
