<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>httpsok相关文章列表 | 皇家元林</title>
	<atom:link href="https://hjyl.org/tags/httpsok/feed/" rel="self" type="application/rss+xml" />
	<link>https://hjyl.org</link>
	<description>刘元林的个人博客</description>
	<lastBuildDate>Mon, 04 Nov 2024 16:17:33 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://img.hjyl.org/uploads/2019/10/cropped-about-me-32x32.png</url>
	<title>httpsok相关文章列表 | 皇家元林</title>
	<link>https://hjyl.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>自动SSL证书续签工具——Certimate</title>
		<link>https://hjyl.org/auto-ssl-renew-certimate/</link>
					<comments>https://hjyl.org/auto-ssl-renew-certimate/#comments</comments>
		
		<dc:creator><![CDATA[皇家元林]]></dc:creator>
		<pubDate>Mon, 04 Nov 2024 16:17:31 +0000</pubDate>
				<category><![CDATA[元林手札]]></category>
		<category><![CDATA[certimate]]></category>
		<category><![CDATA[httpsok]]></category>
		<category><![CDATA[SSL证书]]></category>
		<guid isPermaLink="false">https://hjyl.org/?p=5441</guid>

					<description><![CDATA[Certimate是基于go语言编写的私有部署的SSL证书申请与续签工具。选择它，是因为它够简单，部署很简单。 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><a href="https://hjyl.org/go/aHR0cHM6Ly9kb2NzLmNlcnRpbWF0ZS5tZS8=" rel="nofollow" target="_blank">Certimate</a>是基于go语言编写的私有部署的SSL证书申请与续签工具。选择它，是因为它够简单，部署很简单。网上自动续签SSL证书的工具很多，但感觉很复杂。有的是sh命令，有的是需要搭建nodejs环境、Python环境等。go语言编写的工具直接运行就能用。多方便呀！</p>



<p>自从SSL证书从一年期限降到三个月，这时间过得可真快。所以不得不找一款称心如意的自动SSL证书签发工具。之前用httpsok，一开始感觉很不错的，有5个免费域名的额度，但后来我才发现，只有5个额度，而不是5个域名SSL证书的额度，现在还降到3个额度了，几个域名用一次就没额度了。看来想用这个工具还得花钱。对于我这个白嫖党来说，这已然不适合我了。</p>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1199" height="555" data-id="5443" src="https://img.hjyl.org/uploads/2024/11/20241104235431.jpg"  class="wp-image-5443" title="20241104235431.jpg" alt="20241104235431.jpg" /><figcaption class="wp-element-caption">httpsok的订阅价格</figcaption></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="1628" height="452" data-id="5442" src="https://img.hjyl.org/uploads/2024/11/20241104235345.jpg"  class="wp-image-5442" srcset="https://img.hjyl.org/uploads/2024/11/20241104235345.jpg 1628w, https://img.hjyl.org/uploads/2024/11/20241104235345-1536x426.jpg 1536w" sizes="(max-width: 1628px) 100vw, 1628px" title="20241104235345.jpg" alt="20241104235345.jpg" /><figcaption class="wp-element-caption">httpsok的控制台</figcaption></figure>
</figure>



<p>所以找到了Certimate，它和httpsok很像，不知道谁模仿了谁，还是碰巧了。但不得不说，能制作这个工具且愿意开源此工具的人，绝对是个天才。</p>



<figure class="wp-block-image size-full"><img decoding="async" width="1628" height="359" src="https://img.hjyl.org/uploads/2024/11/20241104235620.jpg"  class="wp-image-5444" srcset="https://img.hjyl.org/uploads/2024/11/20241104235620.jpg 1628w, https://img.hjyl.org/uploads/2024/11/20241104235620-1536x339.jpg 1536w" sizes="(max-width: 1628px) 100vw, 1628px" title="20241104235620.jpg" alt="20241104235620.jpg" /><figcaption class="wp-element-caption">Certimate的控制台</figcaption></figure>



<p>httpsok卸载（<a href="https://hjyl.org/go/aHR0cHM6Ly9naXRodWIuY29tL2h0dHBzb2svaHR0cHNvaw==" rel="nofollow" target="_blank">httpsok.sh</a>）：</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash line-numbers">httpsok.sh -u</code></pre>



<p>开始Certimate（<a href="https://hjyl.org/go/aHR0cHM6Ly9kb2NzLmNlcnRpbWF0ZS5tZS9kb2NzL2ludHJv" rel="nofollow" target="_blank">文档</a>）：</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash line-numbers">./certimate serve</code></pre>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="654" height="523" src="https://img.hjyl.org/uploads/2024/11/20241105000250.jpg"  class="wp-image-5445" title="20241105000250.jpg" alt="20241105000250.jpg" /></figure>



<p>它支持Let's Encrypt，ZeroSSL，Google Trust Services三个CA证书。</p>



<p>具体操作方法官方都有文档，就不细说了。</p>
<div id="content-copyright"><span style="font-weight:bold;text-shadow:0 1px 0 #ddd;font-size: 13px;">版权声明: </span><span style="font-size: 13px;">本文采用 <a href="https://hjyl.org/go/aHR0cHM6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzMuMC8=" rel="nofollow" target="_blank">BY-NC-SA</a> 协议进行授权，如无注明均为原创，转载请注明转自 <a href="https://hjyl.org">皇家元林</a><br>本文链接: <a rel="bookmark" title="自动SSL证书续签工具——Certimate" href="https://hjyl.org/auto-ssl-renew-certimate/">自动SSL证书续签工具——Certimate</a></span></div>]]></content:encoded>
					
					<wfw:commentRss>https://hjyl.org/auto-ssl-renew-certimate/feed/</wfw:commentRss>
			<slash:comments>20</slash:comments>
		
		
			</item>
	</channel>
</rss>
