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

推荐订阅源

D
DataBreaches.Net
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
云风的 BLOG
云风的 BLOG
B
Blog
博客园 - Franky
I
InfoQ
A
About on SuperTechFans
博客园_首页
L
LangChain Blog
量子位
腾讯CDC
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
美团技术团队
V
V2EX
Apple Machine Learning Research
Apple Machine Learning Research
雷峰网
雷峰网
MongoDB | Blog
MongoDB | Blog
Microsoft Azure Blog
Microsoft Azure Blog
月光博客
月光博客
T
The Blog of Author Tim Ferriss
P
Proofpoint News Feed
G
Google Developers Blog
Last Week in AI
Last Week in AI

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.)