<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: CoconutMacaroon</title>
    <description>The latest articles on DEV Community by CoconutMacaroon (@coconutmacaroon).</description>
    <link>https://dev.to/coconutmacaroon</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F722496%2F19feb8a7-0c1b-4a36-bf14-a6ca3ca44e19.png</url>
      <title>DEV Community: CoconutMacaroon</title>
      <link>https://dev.to/coconutmacaroon</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/coconutmacaroon"/>
    <language>en</language>
    <item>
      <title>Setting up iDRAC 6 with Let's Encrypt SSL Certificates</title>
      <dc:creator>CoconutMacaroon</dc:creator>
      <pubDate>Sun, 09 Jan 2022 21:00:45 +0000</pubDate>
      <link>https://dev.to/coconutmacaroon/setting-up-idrac-6-with-lets-encrypt-ssl-certificates-1dl5</link>
      <guid>https://dev.to/coconutmacaroon/setting-up-idrac-6-with-lets-encrypt-ssl-certificates-1dl5</guid>
      <description>&lt;p&gt;Get a Let's Encrypt cert. Once you've done, that, you will have several files: &lt;code&gt;cert.pem&lt;/code&gt;, &lt;code&gt;chain.pem&lt;/code&gt;, &lt;code&gt;fullchain.pem&lt;/code&gt;, and &lt;code&gt;privkey.pem&lt;/code&gt;. On Windows, open Admin PowerShell. Do &lt;code&gt;racadm -r 192.168.1.60 -u root -p calvin sslkeyupload -t 1 -f .\privkey.pem&lt;/code&gt; to upload the private key (replace the username/password as needed). Now do &lt;code&gt;racadm -r 192.168.1.60 -u root -p calvin sslcertupload -t 1 -f .\cert.pem&lt;/code&gt; to upload the &lt;code&gt;cert.pem&lt;/code&gt; file. Wait a bit (maybe five minutes), and iDRAC will work with SSL. Ignore the full chain, we don't need that.&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>idrac</category>
      <category>security</category>
      <category>ssl</category>
    </item>
  </channel>
</rss>
