<?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>Control WebPanel Wiki &#187; SSL Key and cert match compare</title>
	<atom:link href="https://wiki.centos-webpanel.com/tag/ssl-key-and-cert-match-compare/feed" rel="self" type="application/rss+xml" />
	<link>https://wiki.centos-webpanel.com</link>
	<description>CentOS WebPanel Wiki</description>
	<lastBuildDate>Wed, 12 Feb 2025 20:38:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>Check if SSL certificate matches the key file</title>
		<link>https://wiki.centos-webpanel.com/check-if-ssl-matches-key-file</link>
		<comments>https://wiki.centos-webpanel.com/check-if-ssl-matches-key-file#comments</comments>
		<pubDate>Thu, 08 Oct 2015 19:56:07 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[SSL Key and cert match compare]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=397</guid>
		<description><![CDATA[To check if your certificate file matches with the key, you can use the following commands. openssl rsa -noout -modulus -in FILENAME.key openssl req -noout -modulus -in FILENAME.csr openssl x509 -noout -modulus -in FILENAME.cert If you get different output, then you files do NOT match and you will need to reissue your certificate. To make [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>To check if your certificate file matches with the key, you can use the following commands.</p>
<p>openssl rsa -noout -modulus -in FILENAME.key<br />
openssl req -noout -modulus -in FILENAME.csr<br />
openssl x509 -noout -modulus -in FILENAME.cert</p>
<p>If you get different output, then you files do NOT match and you will need to reissue your certificate.<br />
To make sure that you will have correct files next time, you should backup and delete old files and regenerate the new ones, by using CWP - SSL Generator.</p>
<p>To generate a new Certificate Files go to:<br />
- CWP Left Menu --> Security --> SSL Generator</p>
<p>To install a new Certificate for your domain go to<br />
- CWP Left Menu --> Apache Settings --> SSL Cert Manager</p>
]]></content:encoded>
			<wfw:commentRss>https://wiki.centos-webpanel.com/check-if-ssl-matches-key-file/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
