NGINX Configuration for Multiple Certificates

Configure NGINX for multiple certificate types on one domain and for SNI-based multi-domain certificate selection

2025-01-06 · 3 分钟

nginx Multi-Certificates

Nginx 配置多证书:同域名多类型证书和多域名 SNI 证书选择

2025-01-06 · 6 分钟

Build the Latest Nginx with Automation

Automate building the latest Nginx with current PCRE2, zlib, and OpenSSL dependencies for a portable static binary

2024-12-22 · 1 分钟

Simplify SSL/TLS Certificate Management

A flexible open-source tool multicertgen for generating SSL/TLS certificate chains across RSA, ECC, and SM2

2024-12-22 · 2 分钟

自动构建最新版本的 Nginx

自动获取并静态编译最新 Nginx 及其 PCRE2、zlib、OpenSSL 依赖。

2024-12-22 · 2 分钟

Linux chroot Environment: Principles and Detailed Applications

In Linux system management, chroot changes the root directory for a process to enable file system isolation. Principles, configuration, and a Postfix/SASL…

2024-12-08 · 4 分钟

Linux chroot 环境:原理与应用详解

介绍 chroot 的原理,并通过 Postfix 调用 SASL 的实战演示配置与验证。

2024-12-08 · 3 分钟

Detailed Configuration Guide for the NGINX Directive ssl_password_file

Using ssl_password_file in NGINX for SSL/TLS Private Key Management

2024-12-03 · 7 分钟

^@与控制字符

在应用服务日志中看到了服务器日志记录错误NumberFormatExeception input string ^@^@^@^@,对于 ^@ 这个控制字符没有什么映像了于是vi打开一个临时文件 ctrl + V, ctrl + @ 输入到文件中然后hexdump 看了一下二进制内容发现是

2024-10-27 · 3 分钟

intermediate CA certificate 中间证书

中间证书的使用是随着公共密钥基础设施(PKI)的发展而逐渐普及。

2024-10-12 · 8 分钟