Thursday, August 20, 2015

Export ssl certificate and private key from store for SAML SSO

  1. Click Start, and then click Run....
  2. Type mmc, and then click OK. The Microsoft Management Console (Console) window opens.
  3. In the Console1 window, click the File menu, and then select Add/Remove Snap-in.
  4. In the Add or Remove Snap-in window, select Certificates, and then click Add.
  5. In the Certificates snap-in window, select Computer Account, and then click Next.
  6. In the Select Computer window, select Local Computer, and then click Finish.
  7. In the Add or Remove Snap-in window, click OK.
  8. In the Console1 window, click + to expand the folder.
  9. Right click on certificates and select certificate that you want to export.
  10. Follow the steps choose base 64 and then fill certificate name say "abc.cert", then save the file in your folder.
  11.  Similar to above point now, right click on certificate, select export private key option, then sytem will ask you add a password for that, fill that and note it in separate file also for future usage.
  12. Follow the steps and save .pfx file in your folder.
  13. Click OK.
  14. Close the Console 1 window, and then click No to remove the console settings.
Next we'll discuss SAML SSO implementation from Service provider.

No comments:

Post a Comment