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

推荐订阅源

L
LangChain Blog
S
SegmentFault 最新的问题
V
Visual Studio Blog
J
Java Code Geeks
宝玉的分享
宝玉的分享
美团技术团队
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hackread – Cybersecurity News, Data Breaches, AI and More
有赞技术团队
有赞技术团队
量子位
Martin Fowler
Martin Fowler
MyScale Blog
MyScale Blog
Google DeepMind News
Google DeepMind News
Jina AI
Jina AI
博客园 - 叶小钗
月光博客
月光博客
P
Proofpoint News Feed
D
DataBreaches.Net
Blog — PlanetScale
Blog — PlanetScale
博客园_首页
腾讯CDC
Microsoft Azure Blog
Microsoft Azure Blog
Stack Overflow Blog
Stack Overflow Blog

LWN.net comments

tcmalloc's weird hack [LWN.net] Fixed? [LWN.net] mpd [LWN.net] Userspace AX.25 [LWN.net] RIP [LWN.net] My two cents... [LWN.net] pipx [LWN.net] Tragedy [LWN.net] A young man destined for glory [LWN.net] And 'less' won't let you search [LWN.net] A great loss [LWN.net] Sad and shocking news [LWN.net] Easy migration from Clementine [LWN.net] Sad coincidence [LWN.net] GNOME is actually usable thanks to Seth et al [LWN.net] Sad news :( [LWN.net] armhf supports preempt_rt [LWN.net] MusicBrainz accurracy [LWN.net] On open source maintainership [LWN.net] Let's stop here [LWN.net] Not a new thing [LWN.net] uv is indeed great pgmoneta Some comments on this on a Postgres blog feed [LWN.net] uv [LWN.net] going to Debian [LWN.net] Upgrading 64-bit-capable systems to 64-bit kernels? [LWN.net] Free Software foundations Maintainers can wait for code review but not for publish review? A reasonably extreme point of view [LWN.net]
HTTPS on internal networks (was Industry standard) [LWN.net]
anselm · 2026-06-15 · via LWN.net comments

HTTPS on internal networks (was Industry standard)

Posted Jun 15, 2026 11:51 UTC (Mon) by anselm (subscriber, #2796)
In reply to: HTTPS on internal networks (was Industry standard) by pizza
Parent article: Larson: Are insecure code completions a vulnerability?

We have an internal OpenLDAP server on ldap.example.com (the actual domain name is obviously different) which uses LDAPS and/or STARTTLS. To maintain a certificate for that server we use Caddy to host a simple phonebook-type UI on https://ldap.example.com. Caddy gets a certificate for ldap.example.com from our internal ACME-based CA and keeps it up to date. There is a systemd path unit that watches the Caddy certificate directory for ldap.example.com, and if the certificate file changes, it (and its associated private key and intermediate certificate) are copied to the OpenLDAP server and the OpenLDAP server is restarted.

This approach would be reasonably easy to generalise and would also work with CertBot or similar tools instead of Caddy. (We have Caddy on the machine, anyway, because of other things, so having it do a little extra work is no problem.)