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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

TLS Web Tool: Generate Key and CSR

1 点作者 miketheman超过 7 年前

1 comment

jepler超过 7 年前
Doesn&#x27;t properly quote shell metacharacters. but at least it is a website for generating an &#x27;openssl req&#x27; command, not a site which generates key&#x2F;csr files!<p>Edited to add: The best way to quote shell characters for any POSIX shell is to:<p>- optionally, if all characters in the string are in a whitelist of shell safe characters (ASCII letters, digits, dot, underscore, hyphen, maybe a few others), pass it through as is. Otherwise,<p>- Replace each single-quote character (&#x27;) with the sequence &#x27;\&#x27;&#x27;, and then surround the string with single quotes<p>I learned this from the git community.
评论 #16364623 未加载