TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Website for creating self-signed certificates

6 点作者 dextercd大约 1 年前
If you&#x27;re developing locally and need to use HTTPS for whatever, then this tool is hopefully useful to you.<p>I made it because there&#x27;s a lot of bad info online about generating self-signed certificates. For instance, a lot of guides don&#x27;t use the SAN list extension or show you how to create a proper certificate chain. Firefox doesn&#x27;t allow a CA certificate to be used as an end certificate. Getting a working certificate can get pretty confusing, especially for newcomers to certificates or webdev.<p>Having a website for this also means the process of getting a certificate is the same, no matter if you&#x27;re on a Unix-like OS or Windows.<p>A WebAssembly module built with C++ and Mbed TLS is used to create the keys and certificates. TypeScript and Preact is used for the UI.

1 comment

KomoD大约 1 年前
&gt; Getting a working certificate can get pretty confusing, especially for newcomers to certificates or webdev.<p>mkcert does this really easily, one command and the CA is trusted in the system store, firefox, etc. and also has info on how to get it working with other stuff (e.g. mobile devices or node.js)<p>I&#x27;d say for someone who doesn&#x27;t know certs, your site does not really make it easier, it&#x27;s overwhelming, tons of options that people probably won&#x27;t know what they mean.
评论 #39749629 未加载