Skip to content

Self-Signed-SSL

Browser not trusting self-signed certificate even after importing into the Trusted root certificate folder

Self signed certificates comes handy if you are a developer or tester when you are testing application. In the Windows 10 and older platforms, simply importing the self signed certificate into the trusted root certificate folder in the client machine used to trust the self signed certificate. However, during one of my tests today, Windows 11 was not trusting the… Read More »Browser not trusting self-signed certificate even after importing into the Trusted root certificate folder

How to: Create self-signed SSL certificate with long validity from Windows Powershell

Self-signed certificate is an important part of any consultant’s life. It is not recommended to use in production. We are often forced to use it in production because hosts are in a workgroup or the host’s domain cannot be verified online to get an SSL from public CA like GoDaddy or digicert. My area of work involves working mostly on… Read More »How to: Create self-signed SSL certificate with long validity from Windows Powershell