NGINX Configuration for Multiple Certificates

NGINX typically supports two scenarios for configuring multiple certificates:

2025-01-06 · 3 min · 580 words · Garlic Space

nginx Multi-Certificates

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

2025-01-06 · 7 min · 1486 words · Garlic Space

Build the Latest Nginx with Automation

Nginx is one of the most popular high-performance web servers and reverse proxies in the modern internet. To maximize its capabilities, we often need the latest version of Nginx co

2024-12-22 · 2 min · 312 words · Garlic Space

Simplify SSL/TLS Certificate Management

In modern network communication, SSL/TLS certificates are essential for ensuring secure data transmission. However, managing certificate chains for various cryptographic standards

2024-12-22 · 2 min · 319 words · Garlic Space

自动构建最新版本的 Nginx

Nginx 是现代互联网中最受欢迎的高性能 Web 服务器和反向代理服务器之一。为了充分发挥其性能,我们通常需要使用最新版本的 Nginx,并静态链接最新的依赖库(如 PCRE2、zlib 和 OpenSSL)。然而,手动下载和编译这些依赖库既耗时又容易出错。

2024-12-22 · 1 min · 110 words · Garlic Space

Linux chroot Environment: Principles and Detailed Applications

In Linux system management, chroot is a powerful tool that changes the root directory for a process, enabling file system isolation. This article will explain the principles of

2024-12-08 · 4 min · 694 words · Garlic Space

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

在 Linux 系统管理中,chroot 可以通过改变程序的根目录来实现文件系统的隔离。在本文中,我们将详细介绍 chroot 的原理,并通过一个模拟 Postfix 调用 SASL 的实战演示,帮助你掌握如何正确配置和验证 chroot 环境。

2024-12-08 · 2 min · 418 words · Garlic Space

Detailed Configuration Guide for the NGINX Directive ssl_password_file

Title: Using ssl_password_file in NGINX for SSL/TLS Private Key Management

2024-12-03 · 5 min · 993 words · Garlic Space

^@与控制字符

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

2024-10-27 · 3 min · 616 words · Garlic Space

intermediate CA certificate 中间证书

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

2024-10-12 · 12 min · 2397 words · Garlic Space