How to Generate a Self Signed Certificate in Windows
When you create a script or app that authenticates with a service like Microsoft Entra ID you typically have two options when it comes to authentications. You can either use client secrets (password-based) or certificate-based authentication. Client Secrets are easier … Read moreHow to Generate a Self Signed Certificate in Windows