Add Certificate to mmc

Scenario:

Add a Certificate to mmc.

Solution:

  • Windows -> run -> mmc
  • File -> Add Remove snap-ins -> Certificates -> Add -> Ok
  • Expand Certificates -> Intermediate Certification Authority -> right click -> All Tasks -> import.
  • In menu -> Next -> Browse to certificate -> Next -> Finish.
  • To add/look at permission: Select certificate -> more actions -> all tasks.
  • In IIS, go to site -> Server Certificates -> 
The Certificate should be added under Intermediate Certification Authority/Personal now.

No comments:

Post a Comment

Move Github Sub Repository back to main repo

 -- delete .gitmodules git rm --cached MyProject/Core git commit -m 'Remove myproject_core submodule' rm -rf MyProject/Core git remo...