Tag

self-signed certificate

0 views collected around this technical thread.

Linux Ops Smart Journey
Linux Ops Smart Journey
May 22, 2025 · Information Security

How to Eliminate Browser “Not Secure” Warnings with Self‑Signed Certificates on Windows

This guide explains why browsers show “not secure” warnings, why self‑signed certificates are a cost‑effective solution for small‑to‑medium businesses, and provides step‑by‑step instructions—including MMC configuration and certificate import—to remove those warnings without purchasing commercial SSL certificates.

HTTPSWindows MMCbrowser security
0 likes · 5 min read
How to Eliminate Browser “Not Secure” Warnings with Self‑Signed Certificates on Windows
DevOps Cloud Academy
DevOps Cloud Academy
Jun 7, 2020 · Operations

Enabling SSL for Jenkins with a Self‑Signed Certificate

This guide walks through generating a self‑signed SSL certificate using OpenSSL, converting it to PKCS12 and JKS formats, placing the keystore on the Jenkins server, updating Jenkins configuration for HTTPS, and testing the secure connection.

JenkinsSSLoperations
0 likes · 5 min read
Enabling SSL for Jenkins with a Self‑Signed Certificate
Qunar Tech Salon
Qunar Tech Salon
Jun 5, 2017 · Information Security

How to Generate and Trust Self‑Signed Certificates for Local HTTPS Debugging with OpenSSL

This article explains how to create self‑signed SSL certificates using OpenSSL, add them to browser trust stores, and configure local development servers (fekit/ykit) and Nginx for HTTPS debugging, including handling SubjectAltName issues and detailed command examples.

HTTPS debuggingNginxOpenSSL
0 likes · 7 min read
How to Generate and Trust Self‑Signed Certificates for Local HTTPS Debugging with OpenSSL