<?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 Create a Local Self-Signed SSL Certificate on CentOS 8	</title>
	<atom:link href="https://www.tecmint.com/create-local-apache-ssl-certificate-on-centos/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/create-local-apache-ssl-certificate-on-centos/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 16 Nov 2020 07:30:28 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/create-local-apache-ssl-certificate-on-centos/comment-page-1/#comment-1390337</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 16 Nov 2020 07:30:28 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=37236#comment-1390337</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-local-apache-ssl-certificate-on-centos/comment-page-1/#comment-1389405&quot;&gt;Some linux admin&lt;/a&gt;.

Pallsopp,

Sorry for the trouble, updated the article with the corrections pointed by you...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-local-apache-ssl-certificate-on-centos/comment-page-1/#comment-1389405">Some linux admin</a>.</p>
<p>Pallsopp,</p>
<p>Sorry for the trouble, updated the article with the corrections pointed by you&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Some linux admin		</title>
		<link>https://www.tecmint.com/create-local-apache-ssl-certificate-on-centos/comment-page-1/#comment-1389405</link>

		<dc:creator><![CDATA[Some linux admin]]></dc:creator>
		<pubDate>Sat, 14 Nov 2020 20:22:15 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=37236#comment-1389405</guid>

					<description><![CDATA[There are still 2 glaring issues with this article, and why many users get so frustrated when learning Linux admin:
&lt;ol&gt;
&lt;li&gt;You missed adding vim/nano/vi/whatever when editing the &lt;strong&gt;ssl.conf&lt;/strong&gt; file.&lt;/li&gt;
&lt;li&gt;In that file, you mention &lt;strong&gt;/etc/private/&lt;/strong&gt; but you just created &lt;strong&gt;/etc/ssl/private&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;

Thanks]]></description>
			<content:encoded><![CDATA[<p>There are still 2 glaring issues with this article, and why many users get so frustrated when learning Linux admin:</p>
<ol>
<li>You missed adding vim/nano/vi/whatever when editing the <strong>ssl.conf</strong> file.</li>
<li>In that file, you mention <strong>/etc/private/</strong> but you just created <strong>/etc/ssl/private</strong>.</li>
</ol>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: James Kiarie		</title>
		<link>https://www.tecmint.com/create-local-apache-ssl-certificate-on-centos/comment-page-1/#comment-1368540</link>

		<dc:creator><![CDATA[James Kiarie]]></dc:creator>
		<pubDate>Wed, 30 Sep 2020 17:14:49 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=37236#comment-1368540</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-local-apache-ssl-certificate-on-centos/comment-page-1/#comment-1368143&quot;&gt;Paul Otchere&lt;/a&gt;.

Thank you so much Paul for your feedback. We&#039;re glad that you found the guide beneficial. Keep it Tecmint.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-local-apache-ssl-certificate-on-centos/comment-page-1/#comment-1368143">Paul Otchere</a>.</p>
<p>Thank you so much Paul for your feedback. We&#8217;re glad that you found the guide beneficial. Keep it Tecmint.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul Otchere		</title>
		<link>https://www.tecmint.com/create-local-apache-ssl-certificate-on-centos/comment-page-1/#comment-1368143</link>

		<dc:creator><![CDATA[Paul Otchere]]></dc:creator>
		<pubDate>Tue, 29 Sep 2020 13:43:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=37236#comment-1368143</guid>

					<description><![CDATA[Thank you for this article/guide it helped me, I just wanted to add that the user/reader needs to &#039;&lt;strong&gt;cd&lt;/strong&gt;&#039; to  &lt;strong&gt;/etc/ssl/private&lt;/strong&gt; after creating it, also to open the port through the &lt;strong&gt;firewall --add-port=443&lt;/strong&gt; does not work, it throws an error &quot;Error: INVALID_PORT: bad port (most likely missing protocol), correct syntax is portid[-portid]/protocol&quot;, the correct option with value is &lt;strong&gt;--add-port=443/tcp&lt;/strong&gt;.

using centos 7.5

As mentioned this is a really nice article guide and I am very grateful for your effort, solved my problem, cheers.

Thank you
Paul]]></description>
			<content:encoded><![CDATA[<p>Thank you for this article/guide it helped me, I just wanted to add that the user/reader needs to &#8216;<strong>cd</strong>&#8216; to  <strong>/etc/ssl/private</strong> after creating it, also to open the port through the <strong>firewall &#8211;add-port=443</strong> does not work, it throws an error &#8220;Error: INVALID_PORT: bad port (most likely missing protocol), correct syntax is portid[-portid]/protocol&#8221;, the correct option with value is <strong>&#8211;add-port=443/tcp</strong>.</p>
<p>using centos 7.5</p>
<p>As mentioned this is a really nice article guide and I am very grateful for your effort, solved my problem, cheers.</p>
<p>Thank you<br />
Paul</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
