<?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>SSL证书 &#8211; XTrojan黑科技</title>
	<atom:link href="https://xtrojan.org/tag/ssl%e8%af%81%e4%b9%a6/feed/" rel="self" type="application/rss+xml" />
	<link>https://xtrojan.org</link>
	<description>SS/SSR/V2Ray/Xray/Trojan科学上网</description>
	<lastBuildDate>Sun, 21 May 2023 23:19:16 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://xtrojan.org/wp-content/uploads/2021/03/XTrojanCC_Avatar-150x150.png</url>
	<title>SSL证书 &#8211; XTrojan黑科技</title>
	<link>https://xtrojan.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>申请CloudFlare的15年SSL证书</title>
		<link>https://xtrojan.org/cloudflare-ssl-cert/</link>
					<comments>https://xtrojan.org/cloudflare-ssl-cert/#respond</comments>
		
		<dc:creator><![CDATA[XTrojan黑科技]]></dc:creator>
		<pubDate>Sun, 21 May 2023 23:17:39 +0000</pubDate>
				<category><![CDATA[博文]]></category>
		<category><![CDATA[Cloudflare]]></category>
		<category><![CDATA[SSL证书]]></category>
		<guid isPermaLink="false">https://xtrojan.org/?p=4385</guid>

					<description><![CDATA[在我们日常使用SSL证书的时候，我们最先想到的免费&#8230;]]></description>
										<content:encoded><![CDATA[<p>在我们日常使用SSL证书的时候，我们最先想到的免费证书可能是Let’s Encrypt和ZeroSSL。但是这些证书3个月续期一次的话对有些用户可能有些麻烦。有没有一种一次性签发的长期证书呢？还真有！只要你套了CloudFlare的CDN，就可以使用CloudFlare自签的15年SSL证书。</p>
<p><a href="https://xtrojan.org/cloudflare-ssl-cert/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://xtrojan.org/cloudflare-ssl-cert/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Acme.sh 一键申请安全SSL证书脚本及说明</title>
		<link>https://xtrojan.org/acme-sh-one-click-script/</link>
					<comments>https://xtrojan.org/acme-sh-one-click-script/#respond</comments>
		
		<dc:creator><![CDATA[XTrojan黑科技]]></dc:creator>
		<pubDate>Tue, 05 Apr 2022 22:18:54 +0000</pubDate>
				<category><![CDATA[博文]]></category>
		<category><![CDATA[acme.sh]]></category>
		<category><![CDATA[SSL证书]]></category>
		<guid isPermaLink="false">https://xtrojan.org/?p=2732</guid>

					<description><![CDATA[为了解决大家的证书申请问题，我鄙人根据勇哥的半成品&#8230;]]></description>
										<content:encoded><![CDATA[<p>为了解决大家的证书申请问题，我鄙人根据勇哥的半成品，编写并完善了基于Acme.sh的一键申请证书脚本。这个脚本只需要一条命令，就可以申请并使用SSL证书了 快捷方式： 本脚本使用的是Acme.sh的80端口证书申请模式，在运行前请关闭任何占用80端口的服务 本脚本与WARP脚本冲突，使用前请输入暂时关闭warp https://github.com/Misaka-blog/acme-1key 喜欢的点个Star再走吧！</p>
<p><a href="https://xtrojan.org/acme-sh-one-click-script/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://xtrojan.org/acme-sh-one-click-script/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>使用acme.sh签发SSL证书</title>
		<link>https://xtrojan.org/use-acme-sh-issue-ssl-certificate/</link>
					<comments>https://xtrojan.org/use-acme-sh-issue-ssl-certificate/#respond</comments>
		
		<dc:creator><![CDATA[XTrojan黑科技]]></dc:creator>
		<pubDate>Wed, 03 Feb 2021 00:08:10 +0000</pubDate>
				<category><![CDATA[服务器]]></category>
		<category><![CDATA[acme.sh]]></category>
		<category><![CDATA[SSL证书]]></category>
		<guid isPermaLink="false">https://xtrojan.org/?p=563</guid>

					<description><![CDATA[前文 使用Let’s Encrypt获取免费证书 &#8230;]]></description>
										<content:encoded><![CDATA[<p>前文 使用Let’s Encrypt获取免费证书 介绍了使用 certbot 工具从Let’s Encrypt获取免费证书。但certbot需要自行设置定时任务更新证书、依赖于新版 Python（Debian 9等系统的Python是即将放弃支持的Python 3.5）、以及不少DNS验证插件需要自行安装。 鉴于上述缺点，考虑换成自动化程度更高、使用起来更简易的另一个ACME协议客户端：。本教程简要介绍使用从Let’s Encrypt获取免费证书。 官网是 https://github.com/acmesh-official/acme.sh，里面已经有比较详细的中文使用说明。 首先是安装： 如果提示“curl: command not found”，CentOS/RHEL/Aliyun OS等衍生系统使用：，Debian/Ubuntu及衍生系统使用： 安装，</p>
<p><a href="https://xtrojan.org/use-acme-sh-issue-ssl-certificate/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://xtrojan.org/use-acme-sh-issue-ssl-certificate/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
