How to make localhost endpoint as HTTPS for self-hosted app using self-signed cert?

I have a self-hosted application which is running on http://localhost:5000. I want to change its endpoint as HTTPS. I have used following PowerShell script to generate a self-signed cert and for binding.

$cert = New-SelfSign… Continue reading How to make localhost endpoint as HTTPS for self-hosted app using self-signed cert?

OpenSSL "unable to get local issuer certificate" even when passing in the Certificate Authority

I’ve attempted to setup a certificate authority, and issue a certificate from that authority (with no intermediate inbetween The authority covers *.node.consul, and the certificate is underneath that at: i-0c2e25880dab06f71.n… Continue reading OpenSSL "unable to get local issuer certificate" even when passing in the Certificate Authority

OpenSSL "unable to get local issuer certificate" even when passing in the Certificate Authority

I’ve attempted to setup a certificate authority, and issue a certificate from that authority (with no intermediate inbetween The authority covers *.node.consul, and the certificate is underneath that at: i-0c2e25880dab06f71.n… Continue reading OpenSSL "unable to get local issuer certificate" even when passing in the Certificate Authority