Skip to main content

Posts

Showing posts with the label Expired certificate d365 finops

Expired certificates renewal in D365FO

  AX / D365FO – Expired certificates renewal in D365FO Dynamics 365 for Finance and Operations on a local development environment may all of the sudden start reporting problems with the server due to expired certificates. To be sure, you should open the  Event Viewer , expand  Windows Logs  in the left pane and click on the  Application  node. Look for  Warning  logs with source  ASP.NET  and inspect their content. Therefore, when you’ll see  ExpiredCertificateException  under  Exception information , as seen in the image below, you’re dealing with expired certificates. Following the steps below, you will identify and extend required certificates to get access to Dynamics 365 for Finance and Operations again. Step 1: Identify Expired Certificates Start  Windows PowerShell  as administrator and enter the following two commands: cd cert:\LocalMachine\My ls | Select-Object NotAfter,Thumbprint,Subject | Where-Ob...