
Since you don't have direct AOS access to run certutil, you need to use Microsoft Power Platform Admin Center (PPAC) and LCS (Lifecycle Services) to manage certificates. Below is the step-by-step process to add a self-signed certificate:
Since you cannot run certutil on the AOS, generate the certificate locally on your machine:
"yourdomain.com" with your sandbox domain (or use *.cloudax.dynamics.com for wildcard)..pfx certificate file in C:\Temp..pfx file you generated.Once uploaded:
If managing certificates manually is a challenge, consider using Azure Key Vault for secure storage:
.pfx files.✔ Generate a self-signed certificate locally using PowerShell
✔ Upload it to LCS under "Manage Service Fabric Certificates"
✔ Configure in PPAC if needed
✔ Verify access and test secure connections
✔ (Optional) Use Azure Key Vault for better management
This method ensures your certificate is properly installed without requiring direct AOS access.