<?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>cert &#8211; it.megocollector.com</title>
	<atom:link href="https://it.megocollector.com/tag/cert/feed/" rel="self" type="application/rss+xml" />
	<link>https://it.megocollector.com</link>
	<description>The information technology compendium</description>
	<lastBuildDate>Sun, 03 Mar 2024 01:33:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Install Apache Tomcat 9 Complete with Updated Scripts</title>
		<link>https://it.megocollector.com/misc/install-apache-tomcat-9-complete-with-updated-scripts/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 21 Nov 2019 17:10:13 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[cert]]></category>
		<category><![CDATA[pkcs12]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[tomcat]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=4284</guid>

					<description><![CDATA[In this exercise, Tomcat 9 will be installed with OpenJDK 8 using a self-signed certificate using the http2.Http2Protocol protocol.&#160; I&#8217;ve updated and simplified the script since my last attempt at a similar Tomcat 9 installation.&#160; I have also added SELinux context, log rotation, and speed! ######################################################################################## # Apache Tomcat 9 ######################################################################################## yum install wget firewalld java-1.8.0-openjdk-devel policycoreutils-python epel-release -y yum...]]></description>
		
		
		
			</item>
		<item>
		<title>Apache Tomcat 9 &#8211; SSL/TLS Configuration HOW-TO</title>
		<link>https://it.megocollector.com/misc/apache-tomcat-9-ssl-tls-configuration-how-to/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 27 Feb 2019 20:54:42 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[cert]]></category>
		<category><![CDATA[pkcs12]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[tomcat]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=4009</guid>

					<description><![CDATA[In this exercise, Tomcat 9 will be installed with OpenJDK 8 using a self-signed certificate in a PKS12 keystore on a clean CentOS 7 Linux server using the Http11NioProtocol protocol.&#160; These are the steps. ######################################################################################## # Apache Tomcat 9 ######################################################################################## yum install wget vim net-tools firewalld unzip -y yum install java-1.8.0-openjdk-devel -y cd /opt/app wget http://us.mirrors.quenda.co/apache/tomcat/tomcat-9/v9.0.16/bin/apache-tomcat-9.0.16.tar.gz tar xzvf apache-tomcat-9.0.16.tar.gz ln...]]></description>
		
		
		
			</item>
		<item>
		<title>Apply an SSL to MySQL</title>
		<link>https://it.megocollector.com/tips-and-tricks/apply-an-ssl-to-mysql/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 25 Mar 2018 19:02:29 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[cert]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[ssl]]></category>
		<guid isPermaLink="false">http://it.megocollector.com/?p=3743</guid>

					<description><![CDATA[There is a MySQL 5.6.x install that works wonderfully.&#160; However, a cert was purchased and applied to everything else, so why not apply to the MySQL install too. I ran into a pitfall or two while attempting this, so I am going to write this up in the effort to avoid those pitfalls. The Key file Determine the version of...]]></description>
		
		
		
			</item>
		<item>
		<title>Add Root Certificates to a CentOS Linux Server</title>
		<link>https://it.megocollector.com/tips-and-tricks/add-root-certificates-to-a-centos-linux-server/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 07 Apr 2017 13:44:04 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[ca]]></category>
		<category><![CDATA[cert]]></category>
		<category><![CDATA[ssl]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=3594</guid>

					<description><![CDATA[Adding a root authority certificate to a server that does not already have the cert may be added to the server manually. CentOS 6 Install the ca-certificates package: yum install ca-certificates Enable the dynamic CA configuration feature: update-ca-trust force-enable Add it as a new file to /etc/pki/ca-trust/source/anchors/: cp foo.crt /etc/pki/ca-trust/source/anchors/ Use command: update-ca-trust extract CentOS 7 CentOS 7.0 and later...]]></description>
		
		
		
			</item>
	</channel>
</rss>
