Some background Info
I am working on a PHP application that is supposed to interact with Microsoft HealthVault. I was able to download the health vault library from https://sourceforge.net/projects/healthvaultphp/ and get the data stored in my healthvault test account.
Now the library came with "sandbox" app.id, app.cer, etc. all the authentication stuff. So the issue I am having is how to get live certificate for my php app. I downloaded the makecert.exe file from microsoft to generate a certificate for me, but it generates a binary file compared to the text files included in the healthvaultphp library.
my question
How and what should go into following files?
authentication/app.cer
authentication/app.fp
authentication/app.pem
I completely forgot that I had posted this question here... following is how I resolved this issue:
Microsoft Healthvault setup in PHP Files needed:
Generating PEM and CER files
At this point your app.cer, app.pem, app.id, and app.fp files are ready to be used.
Healthvault application configuration https://config.healthvault-ppe.com/default.aspx
HealthVault Developer Center http://msdn.microsoft.com/en-us/healthvault/bb688183
HealthVault Thing definitions http://developer.healthvault.com/types/types.aspx