SSL Certificates

{Solved} Password is incorrect – Error when importing certificate in windows server 2012/ 2016

Hello everyone and welcome to my blog. In today’s blog I will share a tip on how to get rid of ‘Password is incorrect’ error when you try to import a certificate .pfx/ .pkcs12 file in your windows server. So here goes the problem statement. I had a .pfx file which I created using OpenSSL. …

{Solved} Password is incorrect – Error when importing certificate in windows server 2012/ 2016 Read More »

{Solved} Could not create ssl/tls secure channel – Error while connecting to REST API using Certificate

Hello there and welcome to my blog. Today’s blog is going to be a bit different from my usual blogs on Power Platform and Dynamics 365. In today’s blog I will discuss about the error – Could not create ssl/tls secure channel I faced while connecting to a REST API using certificate and how I …

{Solved} Could not create ssl/tls secure channel – Error while connecting to REST API using Certificate Read More »

How to connect to SharePoint search API using certificate authentication

Hello everyone and welcome to my blog. Today’s blog is going to be bit different from my usual blogs on Power Apps and SharePoint. In this blog I will discuss on how to connect to SharePoint Search API using POSTMAN At the end of the article you will also learn the following topics. So let’s …

How to connect to SharePoint search API using certificate authentication Read More »

Create a X509 certificate and .pfx (p12) file using OpenSSL

Please follow the below code to generate the X509 certificate using openSSL The first step is to generate the certificate with the private key. For this open your Open SSL command prompt and type in the below command You will be prompted to enter few details related to the certificate as shown in the screenshot …

Create a X509 certificate and .pfx (p12) file using OpenSSL Read More »

How to create SSL certificate request with SAN (Subject alternate names) using OpenSSL

Readers who follow my blog know that I am an avid writer on Power Apps and Dynamics 365. And this blog is about creating a SSL certificate with SAN using OpenSSL. I have been working for a Dynamics 365 on-premise and the requirement was to go IFD. And it’s quite obvious that for IFD I …

How to create SSL certificate request with SAN (Subject alternate names) using OpenSSL Read More »