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

推荐订阅源

MyScale Blog
MyScale Blog
F
Fortinet All Blogs
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
Docker
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
爱范儿
爱范儿
V
Visual Studio Blog
Last Week in AI
Last Week in AI
WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
L
LangChain Blog
Vercel News
Vercel News
阮一峰的网络日志
阮一峰的网络日志
IT之家
IT之家
P
Proofpoint News Feed
博客园_首页
D
DataBreaches.Net
T
The Blog of Author Tim Ferriss
The GitHub Blog
The GitHub Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
C
Check Point Blog
Engineering at Meta
Engineering at Meta
Microsoft Azure Blog
Microsoft Azure 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]
kleptog · 2026-06-15 · via LWN.net comments

HTTPS on internal networks (was Industry standard)

Posted Jun 15, 2026 8:37 UTC (Mon) by kleptog (subscriber, #1183)
In reply to: HTTPS on internal networks (was Industry standard) by taladar
Parent article: Larson: Are insecure code completions a vulnerability?

> But you can just use DNS-01 validation for non-wildcard certificates.

Sure, but then you need to arrange connectivity between the servers in question and the DNS authoritative server (as opposed to the DNS server it normally talks to). Which is certainly possible but Yet Another Things That Can break. You're only going to notice it's broken a month after it breaks. Unless you add monitoring on that too.

It's a cost/benefit thing: does the benefit of a having a proper certificate outweigh with the extra costs over just creating a 10-year self-signed cert and calling it a day.

I thinks it's just a matter of time. Nginx is getting ACME support built-in. You can apparently host your own ACME server internally. The issue of having all your internal systems appear in Certificate Transparency is annoying. Sysadmins need to get used to automatically generating internal certificates and monitoring that. If the costs go down far enough it will happen.