惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX - 技术
D
DataBreaches.Net
阮一峰的网络日志
阮一峰的网络日志
Recent Announcements
Recent Announcements
V
V2EX
Hugging Face - Blog
Hugging Face - Blog
T
The Exploit Database - CXSecurity.com
Simon Willison's Weblog
Simon Willison's Weblog
Cisco Talos Blog
Cisco Talos Blog
Microsoft Security Blog
Microsoft Security Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
K
Kaspersky official blog
F
Fortinet All Blogs
GbyAI
GbyAI
Forbes - Security
Forbes - Security
The Cloudflare Blog
博客园 - 司徒正美
博客园_首页
量子位
Schneier on Security
Schneier on Security
G
GRAHAM CLULEY
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
P
Proofpoint News Feed
N
News | PayPal Newsroom
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东
T
Tor Project blog
V
Vulnerabilities – Threatpost
Y
Y Combinator Blog
Jina AI
Jina AI
Help Net Security
Help Net Security
T
Threat Research - Cisco Blogs
Recent Commits to openclaw:main
Recent Commits to openclaw:main
C
Cybersecurity and Infrastructure Security Agency CISA
Project Zero
Project Zero
N
News and Events Feed by Topic
I
Intezer
B
Blog
美团技术团队
C
CERT Recently Published Vulnerability Notes
NISL@THU
NISL@THU
L
LINUX DO - 最新话题
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Blog — PlanetScale
Blog — PlanetScale
AWS News Blog
AWS News Blog
T
Tailwind CSS Blog
The Last Watchdog
The Last Watchdog
雷峰网
雷峰网
有赞技术团队
有赞技术团队

The Practical Developer

The Libuv Thread Pool Trap: Why Node.js Async APIs Stall Under Load Postgres Covering Indexes with INCLUDE: Eliminate Heap Fetches on Read-Heavy Workloads Postgres DISTINCT ON: The Fastest Way to Get the Latest Row Per Group Postgres Transaction Isolation: The Anomalies Your App Actually Faces in Production Linux TCP Tuning for Node.js Microservices: The Kernel Settings That Stop Silent Connection Drops Under Load Postgres HOT Updates and Fillfactor: Why Not All Writes Are Created Equal Database Connection Pool Leaks: Finding the Promise That Never Returns Its Seat Linux OOM Killer in Production: Why Your Node.js Containers Die Without a Stack Trace Postgres Materialized Views: Refresh Strategies That Do Not Lock Your Dashboards API Dependency Health Checks: Why /health Is Not Enough Authorization with Zanzibar Tuples: How Google Manages Permissions and How To Build the Same Check in Node.js Postgres Advisory Locks: The 20-Character Primitive That Replaces Redis for Coordination Dead Letter Queues: The Message Queue Pattern That Saves You at 2 a.m. File Descriptor Exhaustion: The Kernel Limit That Silently Drops Node.js Connections Graceful Degradation: The Pattern That Turns Total Outages into Partial Success PostgreSQL Full-Text Search: Dropping Elasticsearch for 90% of Use Cases S3 Presigned Multipart Uploads: Stop Your API Server from Being a File Upload Bottleneck MessagePack vs JSON: The Binary Serialization Switch That Cut Our Internal RPC Overhead by 40% DNS Caching in Node.js: The Silent Cause of Production Latency Spikes Reliable Cron Jobs: The Pattern That Stops Double Runs, Missed Executions, And The 2 AM Page GraphQL Query Complexity: Stop the OOM Query Before It Reaches Your Resolver Node.js Event Loop Lag: The Hidden Metric Behind Random Latency Spikes API Request Validation with Zod: The Schema That Catches Bad Input Before It Corrupts Your Database Load Shedding in Node.js: How to Reject Traffic Before You Drown Request Hedging: Cut Tail Latency In Half Without Overprovisioning Git Bisect: The Automated Binary Search That Finds Breaking Commits in Minutes Node.js Garbage Collection Tuning: Stop Letting V8 Pause Your Event Loop Node.js Server Timeouts: The Settings That Stop Slow Clients from Holding Sockets Hostage Postgres BRIN Indexes: The Time-Series Secret That Shrinks Indexes by 99% Event Sourcing with PostgreSQL: The Pragmatic 80% Solution Node.js Cluster Mode: Scaling the Event Loop Across CPU Cores Postgres Partial Indexes: Stopping Soft Deletes from Ruining Your Query Performance Request Coalescing with the Singleflight Pattern: Stop Drowning Your Database on Every Cache Miss The Bulkhead Pattern: Why One Slow Endpoint Should Not Drown Your Whole Service Node.js AsyncLocalStorage: End-to-End Request Context Without the Propagation Hell Postgres Deadlocks: Logging the Victim, Reproducing the Race, and Fixing the Lock Order Your Node.js HTTP Client Is the Bottleneck: Connection Pool Tuning That Works Optimistic Locking in Postgres: Stop Losing Data to Race Conditions Postgres Read Replicas: Stop Serving Stale Data to Your Users Cursor Pagination: Why Offset Queries Explode at Scale and How to Fix Them Node.js Worker Threads: 60 Lines That Stop a CSV Upload from Timing Out Every Other Request Reliable Webhook Delivery: Architecture for Outbound HTTP You Can Trust Request Timeouts and Deadline Propagation: Stop the Chain of Slowness Advanced Security Practices in Node.js Graceful Shutdown in Node.js: The 40 Lines That Stop 502s During Deploys Finding Node.js Memory Leaks with Heap Snapshots Idempotency Keys in 30 Lines: Stop Your Webhook From Charging Customers Twice Backpressure In Node.js: The Fix For Slow-Motion Queue Meltdowns Retries Done Right: Jitter, Budgets, and the Stampede You Did Not See Coming The Cache Stampede: Why Your "Just Add Redis" Layer Crashes Postgres at 3 a.m. Postgres SKIP LOCKED: An 80-Line Job Queue You Can Run Without Redis Stop Doing Work Nobody Wants: AbortController in Node.js, Done Right The N+1 Query Problem: We Found 23 In One Codebase And Killed Every One I Tried 5 AI Coding Tools for a Month. Here Is What I Actually Use CI/CD From Zero to Production in 30 Minutes With GitHub Actions Node.js vs Bun vs Deno: Which Runtime Should You Pick in 2025? Kubernetes Resource Requests And Limits: The Numbers That Decide If Your Cluster Is Stable The Three Pillars of Observability Are A Myth: What Actually Matters In Production pnpm Vs npm Vs yarn Vs Bun For Monorepos: Which One Earns The Migration In 2024 JSONB Indexing In Postgres: GIN Vs Expression Indexes, And When Each Is The Right Choice A Code Review Checklist That Ends The Same Three Arguments Every Sprint gRPC Vs REST In 2024: When The Switch Pays For Itself React Suspense For Data Fetching: The Pattern That Replaces Half Your Loading State Code The Five-Stage Rollout: How To Ship A Risky Change Without Holding Your Breath GitHub Actions In A Monorepo: Caching, Path Filters, And Secret Boundaries That Actually Work The Blameless Postmortem That Actually Improves Things: A Template And Six Hard-Won Rules Recursive CTEs In Postgres: How To Query A Tree Without N Round Trips Node.js Streams: When They Actually Help, And When They Just Add Complexity Playwright Vs Cypress In 2024: The Honest Comparison Of Which One Earns The Test Time React Server Components: The Mental Model That Makes The "use client" Boundary Obvious Pod Disruption Budgets: The K8s Object That Keeps Your Service Up During Cluster Maintenance Postgres LISTEN/NOTIFY: The Pub/Sub You Already Have And Are Not Using Chaos Engineering Starter Kit: The Five Drills That Don't Need Netflix-Scale Spec-Driven API Development With OpenAPI: How To Stop Drifting From Your Docs Kubernetes Autoscaling Beyond CPU: The Custom-Metric HPA Pattern That Actually Works Postgres Partitioning For Time-Series: The Boring Setup That Saves Your Database Distributed Locks With Redis: An Honest Look At Redlock And When You Don't Need It HTTP/2 vs HTTP/3: What Actually Changes For Your App, And What Doesn't Image Optimization For The Web In 2023: srcset, AVIF, And The Lighthouse Score You Actually Want Kafka vs RabbitMQ: A Decision Tree That Doesn't Hate You UUID vs Bigint Primary Keys In Postgres: The Index Math That Decides For You Flame Graphs: How To Find The Slow Function In 30 Seconds Without Profiling Theatre Postgres Streaming Vs. Logical Replication: Which One Solves Your Actual Problem ESLint Rules That Earn Their Keep: The Twelve I Enable On Every Project Pre-Commit Hooks That Pay For Themselves: Husky, lint-staged, And The Five Rules That Stick Zero-Downtime Database Migrations: The Six-Step Pattern That Rules Them All Circuit Breakers In Node.js: 50 Lines That Stop A Failing Dependency From Taking Down Your Service Postgres VACUUM Is Not Magic: How Your Hot Table Bloats To 80GB And How To Fix It Kubernetes Liveness And Readiness Probes: The Difference That Causes Half Your Outages Rate Limiting In Production: A Token Bucket In 30 Lines Of Redis The Outbox Pattern: How To Stop Losing Events When Postgres And Kafka Disagree Load Testing With k6: The Three Scenarios That Find Real Bugs (Not Synthetic Numbers) Postgres Row-Level Security For Multi-Tenant Apps: The Pattern That Stops You From Leaking Data Rebase vs. Merge: The Team Policy That Ends The Argument Forever OpenTelemetry in Node.js: Distributed Tracing That Actually Helps During an Incident Feature Flags That Pay Rent: The 4 Flag Types And When To Delete Each ETag, Last-Modified, and the Caching Headers Most APIs Get Wrong Connection Pooling Without the Cargo Cult: pgbouncer in 100 Lines of Config JSONB Is Not a Schema: When To Reach For It in Postgres, And When To Stop Bash Strict Mode: The Three Lines That Stop Your Deploy Script From Lying To You
Zero-Trust API Security with mTLS: When the Network Perimeter Is a Lie
The Practica · 2026-06-12 · via The Practical Developer

Your payment service and user service talk over an internal HTTP API. The network is private. The cluster has network policies. You are behind a VPN. That should be enough, right?

Then someone pushes a misconfigured sidecar, a staging container starts resolving production service DNS, or a developer’s laptop gets SSH access to a pod for debugging. Suddenly any process on the network can call your internal billing API and the response is a clean 200. No credentials checked. No identity verified. The network perimeter was the only guard, and it failed silently.

This is the problem mutual TLS (mTLS) solves. Every service presents an X.509 certificate when it connects, and the receiving service verifies that the certificate was issued by a trusted Certificate Authority (CA) and that it has not been revoked. The network does not need to be trusted. The IP does not need to be known. The identity is cryptographic and portable.

This post covers the full mTLS setup for Node.js: generating a CA, issuing service certificates, configuring both server and client sides, and rotating certificates without downtime. No service mesh required. No sidecar necessary. Just Node’s built-in tls module and a few files.

How mTLS changes the trust model

Regular TLS (the kind every HTTPS connection uses) is one-way. The client verifies the server’s certificate. The server does not verify the client’s identity. This is fine for e-commerce: you want the customer to know they are talking to the real store, but the store does not need a certificate proving which customer is connecting.

In a microservice architecture, that asymmetry is backwards. The service receiving the request needs to know exactly which caller is on the other end, because access control decisions (can service A read user PII? can service B write to the audit log?) depend on the caller’s identity, not the target’s.

mTLS flips the protocol. During the TLS handshake, the server sends its certificate (just like regular TLS), but it also requests a certificate from the client. The client sends one. The server verifies it against a trusted CA list. If the client’s certificate is missing, expired, or signed by an unknown CA, the handshake fails before a single HTTP byte is exchanged.

The result is that every connection carries a cryptographically verified identity. You can extract the Common Name (CN) or Subject Alternative Name (SAN) from the client certificate and use it as the caller’s identity for authorization decisions. No tokens. No shared secrets. No API keys in environment variables.

The certificate hierarchy

You need three layers of certificates:

  1. Root CA certificate — the anchor of trust. Both sides must trust this CA. Keep the private key offline or in a secrets manager. Sign only intermediate CAs with it, never service certificates directly.
  2. Intermediate CA certificate — signed by the root. This is what you actually use to issue service certificates. If it is compromised, you rotate only the intermediate, not the root.
  3. Service certificates — one per service (or per instance), signed by the intermediate. Each certificate has a CN that identifies the service, an expiration date, and optionally SANs for multiple hostnames.

Generate the root CA once. Generate one intermediate per environment (dev, staging, production). Generate one service certificate per deployment or per instance, with a short lifetime (24-72 hours).

Generating the certificates

Use a script that wraps openssl. Do not generate certificates by hand for every service. Automate it from day one.

#!/usr/bin/env bash
# generate-ca.sh -- Run once per environment.
set -euo pipefail

ROOT_DIR="${1:-./certs}"

# Root CA
openssl genrsa -out "$ROOT_DIR/ca.key" 4096
openssl req -x509 -new -nodes -key "$ROOT_DIR/ca.key" \
  -sha256 -days 3650 \
  -subj "/CN=The Practical Developer Root CA" \
  -out "$ROOT_DIR/ca.crt"

# Intermediate CA
openssl genrsa -out "$ROOT_DIR/intermediate.key" 4096
openssl req -new -key "$ROOT_DIR/intermediate.key" \
  -subj "/CN=The Practical Developer Intermediate CA" \
  -out "$ROOT_DIR/intermediate.csr"
openssl x509 -req -in "$ROOT_DIR/intermediate.csr" \
  -CA "$ROOT_DIR/ca.crt" -CAkey "$ROOT_DIR/ca.key" \
  -CAcreateserial -days 1825 -sha256 \
  -out "$ROOT_DIR/intermediate.crt"

echo "Root CA:     $ROOT_DIR/ca.crt"
echo "Intermediate: $ROOT_DIR/intermediate.crt"

Then issue a service certificate:

#!/usr/bin/env bash
# issue-cert.sh -- Run for each service instance.
set -euo pipefail

SERVICE="$1"
CERT_DIR="${2:-./certs}"

openssl genrsa -out "$CERT_DIR/$SERVICE.key" 2048
openssl req -new -key "$CERT_DIR/$SERVICE.key" \
  -subj "/CN=$SERVICE" \
  -out "$CERT_DIR/$SERVICE.csr"

# Issue a cert valid for 30 days
openssl x509 -req -in "$CERT_DIR/$SERVICE.csr" \
  -CA "$CERT_DIR/intermediate.crt" -CAkey "$CERT_DIR/intermediate.key" \
  -CAcreateserial -days 30 -sha256 \
  -out "$CERT_DIR/$SERVICE.crt"

echo "Cert issued: $CERT_DIR/$SERVICE.crt"
echo "Key:         $CERT_DIR/$SERVICE.key"

Run ./issue-cert.sh payment-service and you get payment-service.crt and payment-service.key. The CN is set to payment-service. That is the identity that the receiving service will extract and use for authorization.

The Node.js server: requiring client certificates

A normal HTTPS server in Node.js does not request a client certificate. You need to enable the requestCert and ca options in the tls layer.

// server.ts
import https from 'node:https';
import fs from 'node:fs';
import express from 'express';

const app = express();

app.get('/api/orders', (req, res) => {
  // The client certificate is available on the socket
  const cert = (req.socket as any).getPeerCertificate();
  const serviceName = cert.subject?.CN ?? 'unknown';
  console.log(`Request from: ${serviceName}`);
  res.json({ service: serviceName, data: [] });
});

const server = https.createServer({
  key: fs.readFileSync('./certs/payment-service.key'),
  cert: fs.readFileSync('./certs/payment-service.crt'),
  ca: fs.readFileSync('./certs/intermediate.crt'),
  requestCert: true,              // Ask the client for a certificate
  rejectUnauthorized: true,       // Reject if the client cert is invalid
}, app);

server.listen(443, () => {
  console.log('mTLS server listening on port 443');
});

The two critical options are requestCert and rejectUnauthorized. If you set rejectUnauthorized: false, the handshake succeeds even with a missing or invalid client certificate. This is useful during a gradual rollout, but in production it defeats the purpose. Start with true and add an explicit allowlist for services that have not migrated yet.

The Node.js client: presenting a certificate

The client side needs to load its own certificate and key, and also trust the CA that signed the server’s certificate.

// client.ts
import https from 'node:https';
import fs from 'node:fs';

async function callService(url: string): Promise<unknown> {
  const agent = new https.Agent({
    key: fs.readFileSync('./certs/user-service.key'),
    cert: fs.readFileSync('./certs/user-service.crt'),
    ca: fs.readFileSync('./certs/intermediate.crt'),
  });

  const res = await fetch(url, { agent });

  // The server's certificate is available on the agent's socket
  // but fetch does not expose it directly. For extraction, use
  // the lower-level https.request API instead.

  return res.json();
}

Every service pair shares the same intermediate CA. The user service trusts the intermediate CA, so it accepts the payment service’s certificate. The payment service trusts the same intermediate CA, so it accepts the user service’s certificate. No per-service trust configuration needed.

Once the client certificate is verified, you need to extract the caller’s identity to make authorization decisions.

// auth-middleware.ts
import type { Request, Response, NextFunction } from 'express';
import type { PeerCertificate } from 'node:tls';

export interface AuthenticatedRequest extends Request {
  callerService?: string;
  callerCert?: PeerCertificate;
}

export function mTlsAuth(req: AuthenticatedRequest, res: Response, next: NextFunction) {
  const socket = req.socket;
  if (!socket.authorized) {
    res.status(403).json({ error: 'unauthorized', message: 'Client certificate required' });
    return;
  }

  const cert = socket.getPeerCertificate();
  if (!cert || !cert.subject) {
    res.status(403).json({ error: 'unauthorized', message: 'Invalid client certificate' });
    return;
  }

  req.callerService = cert.subject.CN;
  req.callerCert = cert;
  next();
}

Then use it in your routes:

app.get('/api/users/:id', mTlsAuth, (req: AuthenticatedRequest, res) => {
  // Only the user-service is allowed to read user data
  if (req.callerService !== 'user-service') {
    res.status(403).json({ error: 'forbidden' });
    return;
  }
  // ... fetch user data
});

This is coarse-grained authorization. For fine-grained rules, embed roles or permissions as certificate extensions (custom OID fields) and extract them in the middleware.

Certificate rotation without downtime

Certificates expire. If you issue them with a 30-day lifetime, you need to rotate them before day 30. Doing this manually is how outages happen. Automate it.

The pattern is a background timer that reloads the certificate and key files, then replaces the server’s TLS context on the fly:

// cert-reloader.ts
import fs from 'node:fs';
import https from 'node:https';
import type { Server } from 'node:https';

interface CertBundle {
  key: string;
  cert: string;
  ca: string;
}

export function setupCertReloader(
  server: Server,
  paths: { key: string; cert: string; ca: string },
  intervalMs = 3600_000, // every hour
): void {
  let currentBundle: CertBundle = {
    key: fs.readFileSync(paths.key, 'utf8'),
    cert: fs.readFileSync(paths.cert, 'utf8'),
    ca: fs.readFileSync(paths.ca, 'utf8'),
  };

  setInterval(() => {
    try {
      const newBundle: CertBundle = {
        key: fs.readFileSync(paths.key, 'utf8'),
        cert: fs.readFileSync(paths.cert, 'utf8'),
        ca: fs.readFileSync(paths.ca, 'utf8'),
      };

      // Validate before applying
      const ctx = server.setSecureContext(newBundle);
      currentBundle = newBundle;
      console.log('TLS certificates rotated successfully');
    } catch (err) {
      console.error('Certificate rotation failed, keeping existing certs:', err);
    }
  }, intervalMs);
}

Wire it into the server startup:

const server = https.createServer({ ... }, app);
server.listen(443);
setupCertReloader(server, {
  key: './certs/payment-service.key',
  cert: './certs/payment-service.crt',
  ca: './certs/intermediate.crt',
});

Now a cron job or Kubernetes init container copies new certificate files into the expected paths, and the server picks them up within an hour without restarting. No dropped connections. No handshake failures.

For environments where even an hour of stale cert is too long, use fs.watch instead of a timer:

fs.watch('./certs', (eventType, filename) => {
  if (filename?.endsWith('.crt') || filename?.endsWith('.key')) {
    // trigger reload
  }
});

Performance: what mTLS actually costs

Every mTLS handshake requires asymmetric cryptography (RSA 2048-bit signatures or ECDSA). This adds 2-10ms to the initial connection setup compared to a plain TCP connection. After the handshake, the session uses symmetric encryption and there is zero overhead per request for the lifetime of the connection.

For long-lived HTTP/2 or gRPC connections, the handshake cost is amortized over thousands of requests. For short-lived connections (one request, then close), the overhead matters more. In practice:

  • HTTP/2 with connection reuse: mTLS adds about 0.1% to total latency. Negligible.
  • HTTP/1.1 with keep-alive: similar to HTTP/2.
  • HTTP/1.1 without keep-alive: each request pays the handshake cost. mTLS adds measurable latency, but you should not be running without keep-alive in production anyway.

Use ECDSA certificates instead of RSA. ECDSA P-256 keys are faster to sign and verify than RSA 2048, and the handshake completes in about half the time:

# Generate an ECDSA P-256 key instead of RSA
openssl ecparam -genkey -name prime256v1 -out service.key
openssl req -new -key service.key -subj "/CN=payment-service" -out service.csr

Running in Kubernetes without a service mesh

If you are using a service mesh (Istio, Linkerd, Consul Connect), mTLS is handled transparently by the sidecar proxy. But if you do not want the operational overhead of a mesh, or if your cluster is small enough that a mesh is overkill, you can run mTLS at the application level the way this post describes.

The key pieces you need in Kubernetes:

  1. A cert-manager Issuer or ClusterIssuer that signs service certificates. Use cert-manager.io with a self-signed CA or Vault PKI backend.
  2. A Certificate resource per service that requests a cert with the service name as the CN.
  3. A volume mount that makes the certificate files available to the pod.
  4. A startup probe that waits for the certificate files to exist before marking the pod ready.

A minimal cert-manager setup:

apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
  name: internal-ca
spec:
  selfSigned: {}
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
  name: payment-service-tls
spec:
  secretName: payment-service-tls
  commonName: payment-service
  duration: 720h  # 30 days
  renewBefore: 48h
  issuerRef:
    name: internal-ca
    kind: Issuer

The certificate and key get written to a Secret named payment-service-tls, which you mount into the pod. cert-manager handles renewal automatically. Your Node.js process picks up the new cert via the file-watch reloader.

When not to use mTLS

mTLS is not the right tool for every situation.

  • Public-facing APIs. Your customers cannot present a certificate issued by your internal CA. Use OAuth2, API keys, or JWTs for external callers.
  • Short-lived connections to many different hosts. If your service makes thousands of unique outbound connections per second to different targets, the handshake overhead adds up. Use connection pooling and keep-alive to reuse connections, or consider a service mesh that handles mTLS at the proxy layer with connection reuse across all targets.
  • Serverless functions. Lambda and Cloud Run functions are ephemeral. They cannot maintain long-lived TLS sessions because the runtime is recycled between invocations. Use HMAC request signing or OAuth2 client credentials instead.
  • Legacy services that cannot be modified. If you cannot add certificate verification to a service, put it behind a proxy (nginx, Envoy) that terminates mTLS and forwards plain HTTP to the legacy process. The proxy handles the auth, and the legacy service sees only trusted traffic.

The takeaway

Network perimeters are a leaky abstraction. Any container, any compromised dependency, any misconfigured network policy can turn “internal” into “hostile.” mTLS replaces network trust with cryptographic identity. Every connection carries a verified caller name. Every authorization decision uses that name, not an IP address or a network boundary.

The implementation is under 100 lines of application code: a server that requires client certificates, a client that presents them, and a file-watch reloader that rotates credentials without downtime. The hardest part is the one-time CA setup. After that, issuing a certificate for a new service is a single script invocation.

Generate the CA today. Issue a cert for two services. Wire the server and client sides. You will sleep better knowing that a compromised pod in the same cluster can authenticate to exactly zero services it does not own.


A note from Yojji

Implementing mTLS across a microservice fleet is exactly the kind of infrastructure work that teams plan to do “next sprint” and then never prioritize until an incident forces it. The certificate lifecycle, the CA management, the rotation automation, and the middleware changes all need to be coordinated across services.

Yojji is an international custom software development company with offices across Europe, the US, and the UK. Their teams specialize in the JavaScript ecosystem (React, Node.js, TypeScript), cloud platforms (AWS, Azure, Google Cloud), and microservices architecture, delivering everything from security infrastructure to full-cycle product builds since 2016.

If your team has been meaning to lock down internal service communication but cannot find the sprint capacity, Yojji is worth a conversation.