command to generate certificates to extents VM in D365 FO
New-SelfSignedCertificate -Subject "CN=*.cloud.onebox.dynamics.com,O=Microsoft Corporation,L=Redmond,S=WA,C=US" -DnsName "*.cloud.onebox.dynamics.com", "usnconeboxax1ecom.cloud.onebox.dynamics.com", "usnconeboxax1pos.cloud.onebox.dynamics.com", "usnconeboxax1ret.cloud.onebox.dynamics.com" -CertStoreLocation "cert:\LocalMachine\My" -KeyUsage DataEncipherment, KeyEncipherment, DigitalSignature -HashAlgorithm "SHA384" -KeyAlgorithm RSA -KeyLength 2048 -NotAfter (Get-Date).AddYears(5)
Run this command in Power shell
than Open manage computer certificates
go to certificates in personcal from there copy the one certificate which we generated from above command
than go to Trusted Root Certificates
in Certificates paste the copy one
than select the listed one and click on edit
thank select the SSL one which we have generated and click ok
once done restart the machine now the Frontend will work
Comments
Post a Comment