<?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: Danilo Vieira</title>
    <description>The latest articles on DEV Community by Danilo Vieira (@danilovieira).</description>
    <link>https://dev.to/danilovieira</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%2F406464%2Fbab582dd-d767-4f90-af78-082817609f44.jpeg</url>
      <title>DEV Community: Danilo Vieira</title>
      <link>https://dev.to/danilovieira</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/danilovieira"/>
    <language>en</language>
    <item>
      <title>Installing OpenSSL on Windows and adding to PATH</title>
      <dc:creator>Danilo Vieira</dc:creator>
      <pubDate>Wed, 17 Jun 2020 09:56:18 +0000</pubDate>
      <link>https://dev.to/danilovieira/installing-openssl-on-windows-and-adding-to-path-3mbf</link>
      <guid>https://dev.to/danilovieira/installing-openssl-on-windows-and-adding-to-path-3mbf</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fik.imagekit.io%2Fdanilovieira%2Fopenssl_cDyANdjrR.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fik.imagekit.io%2Fdanilovieira%2Fopenssl_cDyANdjrR.jpg" alt="OpenSSL"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let me guess... You just open the &lt;a href="https://fbflipper.com/" rel="noopener noreferrer"&gt;Flipper&lt;/a&gt; and it shows that you do not have the openssl command on your PATH and you have no idea how to do this, right?&lt;br&gt;
All right, keep calm, drink a coffee and pay attention to the following steps.&lt;/p&gt;

&lt;h2&gt;
  
  
  Downloading and unzipping the binaries
&lt;/h2&gt;

&lt;p&gt;You need to download the openssl binaries. This basically will execute the openssl on your computer.&lt;br&gt;
Click on &lt;a href="https://mirror.firedaemon.com/OpenSSL/openssl-1.1.1h-dev.zip" rel="noopener noreferrer"&gt;this link&lt;/a&gt; and the download will begins.&lt;/p&gt;

&lt;p&gt;Now, unzip your file on some folder (i recommend you to do this on &lt;code&gt;C:\&lt;/code&gt; directory) and rename the unzipped folder to &lt;code&gt;openssl&lt;/code&gt; just for organization.&lt;/p&gt;

&lt;h2&gt;
  
  
  Adding to PATH
&lt;/h2&gt;

&lt;p&gt;Is very quickly and simple do this. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Go to your environment's variables, you can just search this on Windows menu;&lt;/li&gt;
&lt;li&gt;On this window, you will do all on &lt;strong&gt;User's Variables&lt;/strong&gt;, NOT on System's Variables. Scroll to &lt;code&gt;path&lt;/code&gt; option and click on it;&lt;/li&gt;
&lt;li&gt;Select the &lt;code&gt;Edit&lt;/code&gt; option on bottom side;&lt;/li&gt;
&lt;li&gt;Select the &lt;code&gt;New&lt;/code&gt; option on right side;&lt;/li&gt;
&lt;li&gt;If you did as I suggested (unzip the openssl folder on &lt;code&gt;C:\&lt;/code&gt; directory), then you will paste &lt;code&gt;C:\openssl\x64\bin&lt;/code&gt;, otherwise, paste the path to the openssl folder until the &lt;code&gt;bin&lt;/code&gt; folder as &lt;code&gt;openssl\x64\bin&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now all its done. Click &lt;strong&gt;Ok&lt;/strong&gt; on all windows, open your terminal and type &lt;code&gt;openssl version&lt;/code&gt;. &lt;br&gt;
If it doesn't shows the openssl version, reboot your computer and try again. if it still doesn't work, do all steps again and &lt;br&gt;
if it still doesn't work, let me know in the comments... I will be happy on help you ^^.&lt;/p&gt;

</description>
      <category>flipper</category>
      <category>reactnative</category>
    </item>
  </channel>
</rss>
