<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How  to setup ssl certificate  in redhat linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-setup-ssl-certificate-in-redhat-linux/m-p/3680090#M20762</link>
    <description>Shalom Binu,&lt;BR /&gt;&lt;BR /&gt;Connect to https://websiteonserver instead of http://websiteonserver &lt;BR /&gt;&lt;BR /&gt;Or try accessing securepopmail or secureimap.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 28 Nov 2005 11:40:36 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-11-28T11:40:36Z</dc:date>
    <item>
      <title>How  to setup ssl certificate  in redhat linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-setup-ssl-certificate-in-redhat-linux/m-p/3680087#M20759</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;Can somebody help me in setting SSL server in Red hat linux ...&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Binu</description>
      <pubDate>Mon, 28 Nov 2005 10:25:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-setup-ssl-certificate-in-redhat-linux/m-p/3680087#M20759</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-11-28T10:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: How  to setup ssl certificate  in redhat linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-setup-ssl-certificate-in-redhat-linux/m-p/3680088#M20760</link>
      <description>use the following 2 commands to create the certificate on linux:&lt;BR /&gt;1.&lt;BR /&gt;openssl genrsa -out file.key 1024&lt;BR /&gt;&lt;BR /&gt;2.&lt;BR /&gt; openssl req -new -key file.key -out file.crt -x509&lt;BR /&gt;&lt;BR /&gt;where file.* is an example of name.</description>
      <pubDate>Mon, 28 Nov 2005 10:50:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-setup-ssl-certificate-in-redhat-linux/m-p/3680088#M20760</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2005-11-28T10:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: How  to setup ssl certificate  in redhat linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-setup-ssl-certificate-in-redhat-linux/m-p/3680089#M20761</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Hi How to chech the service is running in the server ....How to check whether ssl is working fine &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Binu</description>
      <pubDate>Mon, 28 Nov 2005 11:08:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-setup-ssl-certificate-in-redhat-linux/m-p/3680089#M20761</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-11-28T11:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: How  to setup ssl certificate  in redhat linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-setup-ssl-certificate-in-redhat-linux/m-p/3680090#M20762</link>
      <description>Shalom Binu,&lt;BR /&gt;&lt;BR /&gt;Connect to https://websiteonserver instead of http://websiteonserver &lt;BR /&gt;&lt;BR /&gt;Or try accessing securepopmail or secureimap.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 28 Nov 2005 11:40:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-setup-ssl-certificate-in-redhat-linux/m-p/3680090#M20762</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-28T11:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: How  to setup ssl certificate  in redhat linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-setup-ssl-certificate-in-redhat-linux/m-p/3680091#M20763</link>
      <description>First, you need to specify the service that you want to secure (http, pop, imap, ftp, etc).&lt;BR /&gt;&lt;BR /&gt;Second, to verify the certificate, you can use:&lt;BR /&gt;&lt;BR /&gt;openssl s_client -connect localhost:636 -showcerts&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Nov 2005 12:55:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-setup-ssl-certificate-in-redhat-linux/m-p/3680091#M20763</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-28T12:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: How  to setup ssl certificate  in redhat linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-setup-ssl-certificate-in-redhat-linux/m-p/3680092#M20764</link>
      <description>The last command I posted is to verify the certificate for LDAP, you need to change the port!</description>
      <pubDate>Mon, 28 Nov 2005 12:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-setup-ssl-certificate-in-redhat-linux/m-p/3680092#M20764</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-28T12:56:52Z</dc:date>
    </item>
  </channel>
</rss>

