Tagged articles
7 articles
Page 1 of 1

How to Deploy and Use a Personal Docker Registry with Distribution

This guide walks through building a private Docker registry using Distribution, covering local deployment, persistent storage, external access configuration, domain mapping, self‑signed TLS setup, root‑certificate installation, and server startup, while noting the lack of a built‑in UI and suggesting docker‑registry‑ui as an optional front‑end.

Cloud NativeDockerRegistry
0 likes · 5 min read
How to Deploy and Use a Personal Docker Registry with Distribution
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.

Browser SecurityHTTPSWindows MMC
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.

DevOpsJenkinsOperations
0 likes · 5 min read
Enabling SSL for Jenkins with a Self‑Signed Certificate