Is it fine if I share a .pfx self signed certificate generated inside my machine with other users to test and use PnPCore SDK

We want to develop some Azure functions which use PnPCore SDK. For testing purposes, I registered an Azure app which uses self-signed certificate for authentication.
Now I configured the Azure app registration to only access our SharePoint… Continue reading Is it fine if I share a .pfx self signed certificate generated inside my machine with other users to test and use PnPCore SDK

How to generate PFX file for Wild Card SSL Certificate using Openssl Command in Linux

I want to generate PFX file for my Wild Card SSL Certificate. I am using below mentioned command to generate the same however getting error message:
openssl pkcs12 -export -out ./star_domain_com.pfx -inkey ./star.domain.com_CSR_Private_Key… Continue reading How to generate PFX file for Wild Card SSL Certificate using Openssl Command in Linux