
Hi guys! Im trying to add a Wildcard certificate on my dynamics 365 portal.
well I bouth a certificate and received CAs. CRTs and also my custom domain.crt . ( I used https://csrgenerator.com to create my CSR )
So, with all my CRTs files in hand I`m using openssl to export a pfx certificate and import it on powerplataform but got a msg telling me that pw is wrong or " the encryption method used by the certificate is not supported ".
I`m using the command below, it works, asked me a PW but when I import the pfx file above.
openssl pkcs12 -inkey private.key -in certificate.cer -export -out certificate.pfx -3des
I read the requiriments is:
The SSL certificate must meet all the following requirements:
Can anyone help me put this requirements on openssl export command?
Sene
Good Afternoon Sene,
This ever get answered. I am on day 3 of trying to figure this out. The Power pages import isn't accepting the uploaded pfx.