Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Bu işlem sonrasında Default Web Site alanına gelindiğinde "Bindings" alanına https ve ona bağlı 443 portu eklenmelidir.

 

Warning

IIS user'ın kullanıcısının uygulamanın kullandığı sertifikaya erişiminde, yani yetkisinde problem olduğunda aşağıdaki işlem adımları uygulanmalıdır.

  1. Start - > Run - > MMC
  2. File - > Add/Remove Snap-in
  3. Add the Certificates Snap In
  4. Select Computer Account, then hit next
  5. Select Local Computer (the default), then click Finish
  6. On the left panel from Console Root, navigate to Certificates (Local Computer) > Personal > Certificates
  7. Your certificate will most likely be here.
  8. Right-click on your certificate -> All Tasks -> Manage Private Keys
  9. Set your private key settings here.

To give the permission:

  1. Right Click on the name of certificate
  2. All Tasks > Manage Private Keys
  3. Add and give the privilege

...