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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Self Host PKI

2 点作者 ajr0超过 3 年前
What is your strategy for self-hosting PKI?<p>right now I have a bit of a tumbleweed PKI service with two CA&#x27;s (out of laziness), looking to simplify and &#x27;do it right&#x27; and looking to learn more if there is any good literature on it.

1 comment

ivanr超过 3 年前
My first question would be: do you really want to self-host? Google have a service that&#x27;s affordable: <a href="https:&#x2F;&#x2F;cloud.google.com&#x2F;certificate-authority-service" rel="nofollow">https:&#x2F;&#x2F;cloud.google.com&#x2F;certificate-authority-service</a> AWS has a similar service but, the last time I checked, it wasn&#x27;t as cheap [because of their minimum monthly cost].<p>If you really want to self-host, consider the open source step-ca <a href="https:&#x2F;&#x2F;smallstep.com&#x2F;certificates&#x2F;" rel="nofollow">https:&#x2F;&#x2F;smallstep.com&#x2F;certificates&#x2F;</a> If you want to do everything yourself and learn a fair amount about PKI, I provide step by step instructions in my (free) OpenSSL Cookbook: <a href="https:&#x2F;&#x2F;www.feistyduck.com&#x2F;books&#x2F;openssl-cookbook&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.feistyduck.com&#x2F;books&#x2F;openssl-cookbook&#x2F;</a><p>It&#x27;s difficult to do it right and self-host :)