<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Install Let’s Encrypt SSL Certificate to Secure Nginx on RHEL 9/8	</title>
	<atom:link href="https://www.tecmint.com/setup-https-with-lets-encrypt-ssl-certificate-for-nginx-on-centos/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/setup-https-with-lets-encrypt-ssl-certificate-for-nginx-on-centos/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 02 Nov 2022 04:49:54 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Dave		</title>
		<link>https://www.tecmint.com/setup-https-with-lets-encrypt-ssl-certificate-for-nginx-on-centos/comment-page-1/#comment-1331719</link>

		<dc:creator><![CDATA[Ravi Dave]]></dc:creator>
		<pubDate>Mon, 04 May 2020 11:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=19627#comment-1331719</guid>

					<description><![CDATA[Is there any way I can use this procedure for the wildcard domain?]]></description>
			<content:encoded><![CDATA[<p>Is there any way I can use this procedure for the wildcard domain?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/setup-https-with-lets-encrypt-ssl-certificate-for-nginx-on-centos/comment-page-1/#comment-1117654</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 25 Mar 2019 06:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=19627#comment-1117654</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/setup-https-with-lets-encrypt-ssl-certificate-for-nginx-on-centos/comment-page-1/#comment-1117522&quot;&gt;Jeff&lt;/a&gt;.

@Jeff,

Please add the following SSL configuration to your nginx.conf to get A rating.
&lt;pre&gt;
listen 443 ssl default_server;
ssl_certificate /etc/letsencrypt/live/your_domain.tld/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/your_domain.tld/privkey.pem;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_prefer_server_ciphers on;
ssl_ciphers &#039;EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH&#039;;
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/setup-https-with-lets-encrypt-ssl-certificate-for-nginx-on-centos/comment-page-1/#comment-1117522">Jeff</a>.</p>
<p>@Jeff,</p>
<p>Please add the following SSL configuration to your nginx.conf to get A rating.</p>
<pre>
listen 443 ssl default_server;
ssl_certificate /etc/letsencrypt/live/your_domain.tld/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/your_domain.tld/privkey.pem;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_prefer_server_ciphers on;
ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH';
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeff		</title>
		<link>https://www.tecmint.com/setup-https-with-lets-encrypt-ssl-certificate-for-nginx-on-centos/comment-page-1/#comment-1117522</link>

		<dc:creator><![CDATA[Jeff]]></dc:creator>
		<pubDate>Sun, 24 Mar 2019 22:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=19627#comment-1117522</guid>

					<description><![CDATA[Hi, I&#039;m still getting a B rating. Was the addition of : ssl_protocols TLSv1 and ssl cipher are needed? Currently I&#039;m only having the 2 ssl perm key written in the nginc.
 
As how do you manager to created the cipher number : ssl_ciphers &#039;EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH&#039; Or it&#039;s just generic and i add it directly to nginx file ?

thanks in advance]]></description>
			<content:encoded><![CDATA[<p>Hi, I&#8217;m still getting a B rating. Was the addition of : ssl_protocols TLSv1 and ssl cipher are needed? Currently I&#8217;m only having the 2 ssl perm key written in the nginc.</p>
<p>As how do you manager to created the cipher number : ssl_ciphers &#8216;EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH&#8217; Or it&#8217;s just generic and i add it directly to nginx file ?</p>
<p>thanks in advance</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Henrik Jakobsen		</title>
		<link>https://www.tecmint.com/setup-https-with-lets-encrypt-ssl-certificate-for-nginx-on-centos/comment-page-1/#comment-1099936</link>

		<dc:creator><![CDATA[Henrik Jakobsen]]></dc:creator>
		<pubDate>Fri, 08 Feb 2019 14:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=19627#comment-1099936</guid>

					<description><![CDATA[Fantastic tutorial, easy to follow and very well explained.

I had 2 issue:

1. I am on a windows machine and I made the cert-renew script in notepad++, but it didn&#039;t work. Then I changed the EOL conversion setting to Unix (LF) and it worked. It&#039;s under Edit - EOL Conversions.
2. Using vim for the crontab editing, but I followed a guide here to figure it out: &lt;a href=&quot;https://www.tecmint.com/vi-editor-usage/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;https://www.tecmint.com/vi-editor-usage/&lt;/a&gt;]]></description>
			<content:encoded><![CDATA[<p>Fantastic tutorial, easy to follow and very well explained.</p>
<p>I had 2 issue:</p>
<p>1. I am on a windows machine and I made the cert-renew script in notepad++, but it didn&#8217;t work. Then I changed the EOL conversion setting to Unix (LF) and it worked. It&#8217;s under Edit &#8211; EOL Conversions.<br />
2. Using vim for the crontab editing, but I followed a guide here to figure it out: <a target="_blank" href="https://www.tecmint.com/vi-editor-usage/" rel="noopener" target="_blank">https://www.tecmint.com/vi-editor-usage/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/setup-https-with-lets-encrypt-ssl-certificate-for-nginx-on-centos/comment-page-1/#comment-1049762</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 18 Oct 2018 04:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=19627#comment-1049762</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/setup-https-with-lets-encrypt-ssl-certificate-for-nginx-on-centos/comment-page-1/#comment-1049605&quot;&gt;Ashok&lt;/a&gt;.

@Ashok,

Please add IPv4 A record for you domain, before running the Let&#039;s encrypt script.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/setup-https-with-lets-encrypt-ssl-certificate-for-nginx-on-centos/comment-page-1/#comment-1049605">Ashok</a>.</p>
<p>@Ashok,</p>
<p>Please add IPv4 A record for you domain, before running the Let&#8217;s encrypt script.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
