最新消息:ww12345678 的部落格重装上线,希望大家继续支持。

修复Dyn365FO Dynamics 365用于财务和运营开发服务器的证书问题。 / Fix Certificate Issues on Development Machines Dyn365FO Dynamics 365 for finance and operations.

网络文摘 alirazazaidi 1749浏览 0评论
Today I got issue on my Dev vm hosted in local environment.  Some certificate was expired.
open windows menu Certificates – Local Computer > Personal > Certificates. And find expired certificate
Open these certificate and copy thumbprints in Notepad ++ Open PowerShell with run as administrator and generate new clone certificates
Set-Location -Path “cert:\LocalMachine\My” $OldCert = (Get-ChildItem -Path F79C64B7CD90911328818A2B10DF8BDA2736CC8E) New-SelfSignedCertificate -CloneCert $OldCert -NotAfter (Get-Date).AddMonths(999)
My notepad++ files look like similar after copy paste new thumbprints
Then open following three files form C:\AOSService\webroot:
  • web.config
  • wif.config
  • wif.services.config
Search old thumbprints with new one. Save and restart the machine. After reboot, Successfully login More detail article which helps me by Reference : https://community.dynamics.com/365/financeandoperations/b/axilitynet/archive/2018/03/27/fix-certificate-issues-on-development-machines
发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址