LogoBotmonster Tech
AI Smart Home Self-Hosting Coding Web Dev Hardware Bootpag Image2SVG Tags
Wildcard SSL Certificates with Let's Encrypt and DNS-01

Wildcard SSL Certificates with Let's Encrypt and DNS-01

A wildcard SSL cert for *.example.com from Let’s Encrypt covers every one-level subdomain. You get one through the DNS-01 challenge, or, since February 2026, through the new DNS-PERSIST-01 challenge that skips per-renewal DNS edits. One wildcard cert replaces the per-service certs you’d otherwise juggle behind your reverse proxy.

Key Takeaways

  • One wildcard cert covers every one-level subdomain under a domain, replacing dozens of per-service certs.
  • Only DNS-based challenges (DNS-01 and DNS-PERSIST-01) issue wildcards; HTTP-01 and TLS-ALPN-01 won’t work.
  • The newer DNS-PERSIST-01 challenge lets you authorize once and skip DNS edits on every renewal.
  • Certbot and acme.sh both automate the DNS challenge through provider-specific plugins or tags.
  • Systemd timers handle the 90-day renewal window cleanly, with deploy hooks to reload your reverse proxy.

Why Wildcard Certificates and When You Need Them

If you run three subdomains, single certs work fine. Each one gets its own HTTP-01 challenge, Certbot handles renewal, and life is simple. Once you pass 10 or 15 subdomains, the chore list grows. Every new service needs its own cert request, its own renewal entry, and its own way to break. A wildcard cert folds all of that into one.

Podman vs Docker on Linux: Which Container Runtime Should You Use?

Podman vs Docker on Linux: Which Container Runtime Should You Use?

For most Linux users in 2026, Podman is the better default choice. It has no daemon and runs rootless, so it drops the security risk of Docker’s root-level daemon. Its native systemd integration also means containers act like any other service on a modern Linux box. That said, Docker is the safer pick if your workflow leans on Docker Compose v2 plugins, Docker Desktop’s GUI and extensions, or tools that still assume the Docker socket API.

Self-Driving Business: Integrating OpenClaw with Google Workspace CLI

Self-Driving Business: Integrating OpenClaw with Google Workspace CLI

By combining OpenClaw (an open-source autonomous AI agent) with Google’s Workspace CLI and the Model Context Protocol, you can build a self-driving business layer that monitors Gmail, manages Google Drive, and updates Calendar - all without manual intervention. The setup requires configuring OAuth credentials in Google Cloud Console, installing the GWS CLI via npm, and exposing the Workspace tools to OpenClaw via an MCP server - giving your AI agent structured, programmatic access to the entire Google productivity stack.

Snapcast Multi-Room Audio System: 5 Rooms Under $300

Snapcast Multi-Room Audio System: 5 Rooms Under $300

Yes, you can build a multi-room audio system that rivals Sonos for under $300. It covers five rooms. Snapcast is an open-source audio player. It streams music to every room with sub-millisecond sync. Home Assistant adds per-room volume, source switching, and automation. Each room costs $30 to $50. Sync stays within 1ms, and humans can’t detect delays under 5ms. The whole system runs locally, with no cloud and no monthly fees.

Home Assistant Smart Irrigation: Local Control, $25-89 Hardware

Home Assistant Smart Irrigation: Local Control, $25-89 Hardware

A smart garden irrigation system on Home Assistant joins three parts: a Wi-Fi sprinkler controller, a rain sensor, and automations. The automations cancel or adjust watering based on rainfall, soil moisture, and the forecast. With the WiseWater integration and the native scheduler in Home Assistant 2025.12, this setup now beats pricey cloud-bound irrigation systems. Here is how to build one from scratch.

Why DIY Smart Irrigation Beats the Commercial Options

Commercial smart sprinkler controllers like Rachio , Orbit B-hyve , and RainBird Wi-Fi run $100 to $200. Their “smart” features all need a cloud link and often a paid plan. That includes weather skip logic, seasonal tweaks, and soil type awareness. If the vendor shuts down its servers (remember Wink ?), those features revert to dumb timer-only watering. You’re left with an overpriced relay board.

ESP32, RP2040, STM32: MQTT Beyond ESPHome

ESP32, RP2040, STM32: MQTT Beyond ESPHome

You can wire any microcontroller into Home Assistant over MQTT . Publish sensor data to discovery topics and subscribe to command topics. You get full firmware control without ESPHome’s abstraction layer. The trick works on any chip: ESP32, RP2040, STM32, or a Raspberry Pi Pico W. It’s the right pick when your device needs custom protocols, bare-metal timing, or firmware features ESPHome can’t reach.

This post covers when raw MQTT makes sense, the discovery protocol that auto-registers devices, firmware examples on the ESP32 and RP2040, two-way control patterns, and security hardening.

  • ◀︎
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • ▶︎

Most Popular

Gemma 4 vs Qwen 3.5 vs Llama 4: Which Open Model Should You Actually Use? (2026)

Gemma 4 vs Qwen 3.5 vs Llama 4: Which Open Model Should You Actually Use? (2026)

Gemma 4, Qwen 3.5, and Llama 4 compared on benchmarks, licensing, speed, and hardware so you can pick the right open model fast.

5 Open Source Repos That Make Claude Code Unstoppable

5 Open Source Repos That Make Claude Code Unstoppable

Five March 2026 repos extend Claude Code with autonomous ML, self-healing skills, GUI automation, multi-agent coordination, and Google Workspace access.

Cross-section of a translucent crystal brain threaded by red, gold, and teal attention ribbons resting on a doubly-stochastic matrix pedestal beside a guitar-tuning lab figure.

DeepSeek V4 Tech Report: 3 Tricks That Cut Compute 73%

DeepSeek V4 ships 1.6T parameters and 1M context using only 27% of V3.2's inference FLOPs. Inside the hybrid attention, mHC residuals, and Muon optimizer.

Cracked stone tablet engraved with a bulleted system prompt, four crossed-out goblin silhouettes repeated, a tiny goblin escaping with upvote-arrow sparks, a giant dollar-sign price tag, and figures refusing to step onto a glossier pedestal.

GPT 5.5 Reddit Reception: Goblins and the Cost Backlash

GPT-5.5 Reddit reception: viral goblin prompt leak, doubled pricing backlash, and 5.4 holdouts citing hallucination regressions in factual recall workflows.

What X and Reddit Users Are Saying about Claude Opus 4.7

What X and Reddit Users Are Saying about Claude Opus 4.7

How power users on X and Reddit reacted to Claude Opus 4.7: praise for agentic coding, token burn concerns, and teams' practical prompting habits.

Qwen3.6-35B-A3B: Alibaba's Open-Weight Coding MoE

Qwen3.6-35B-A3B: Alibaba's Open-Weight Coding MoE

Alibaba's sparse Mixture-of-Experts: 35B total parameters, 3B active per token. Q4 quantization runs on MacBook Pro M5, matches Claude Sonnet performance.

Alacritty vs. Kitty: Best High-Performance Linux Terminal

Alacritty vs. Kitty: Best High-Performance Linux Terminal

Compare Alacritty and Kitty terminal emulators: performance benchmarks, latency, memory use, startup time, and which fits your Linux workflow best.

Like what you read?

Get new posts on Linux, AI, and self-hosting delivered to your inbox weekly.

Privacy Policy  ·  Terms of Service
2026 Botmonster