TOPIC / CATEGORY

Notes in Web & Networking

8 articles

Inspect a TLS Certificate with OpenSSL

Inspect a TLS Certificate with OpenSSL

Check the certificate a server actually presents, including names, issuer, validity, and chain details.

2 min read
Troubleshooting Google Public CA and acme.sh

Troubleshooting Google Public CA and acme.sh

A focused troubleshooting companion for Google Public CA EAB registration, DNS-01 validation, installation, and renewal with acme.sh.

3 min read
Nginx Location Matching in the Order That Matters

Nginx Location Matching in the Order That Matters

Understand exact, prefix, and regular-expression locations before adding another Nginx block.

2 min read
A Small HTTP Header Check with curl

A Small HTTP Header Check with curl

Inspect the headers a real GET request receives, follow redirects deliberately, and keep response bodies out of the terminal.

2 min read
Measure an HTTP Request with curl Without Guessing

Measure an HTTP Request with curl Without Guessing

Use curl write-out values to separate DNS, connection, TLS, first-byte, and total request time.

1 min read
Test Nginx Configuration Before Reloading

Test Nginx Configuration Before Reloading

Use Nginx's configuration test, inspect included files, and reload without replacing healthy workers with a broken configuration.

2 min read
Google Trust Services Certificates with acme.sh: A 2026 Guide

Google Trust Services Certificates with acme.sh: A 2026 Guide

Issue and renew a Google Trust Services certificate with acme.sh, Google Public CA EAB credentials, and a scoped Cloudflare DNS token.

4 min read
Check DNS With dig Before Changing It

Check DNS With dig Before Changing It

A compact dig workflow for separating authoritative DNS, recursive caches, and local resolver behavior.

2 min read