Tagged articles
2 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Oct 17, 2024 · Information Security

How to Build a Private CA and Manage Certificates with OpenSSL

This guide explains the concepts of CA and PKI, walks through setting up a private Certificate Authority using OpenSSL, and details the complete lifecycle of certificate issuance, revocation, and verification with practical commands and configuration examples.

CRLOpenSSLPKI
0 likes · 16 min read
How to Build a Private CA and Manage Certificates with OpenSSL
Ops Development & AI Practice
Ops Development & AI Practice
Feb 24, 2024 · Information Security

How the IPAddresses Field in Go’s x509.Certificate Enhances Certificate Security

This article explains the purpose of the IPAddresses field in Go's crypto/x509 Certificate struct, outlines its security benefits and deployment scenarios, discusses limitations such as dynamic IP environments, and provides a practical code example for correctly configuring IP address restrictions in certificates.

Certificate SecurityGoIPAddresses
0 likes · 5 min read
How the IPAddresses Field in Go’s x509.Certificate Enhances Certificate Security