SharePoint Entra Application for imDocShare Sync Prerequisites
Create the certificate Generate a self-signed certificate using the PowerShell command below: $cert = New-PnPAzureCertificate -CommonName "<certificate name>" -OutPfx .\<certificate file name>.pfx -OutCert .\<certificate file name>.cer -ValidYears 2 ...