<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="he">
	<id>https://wiki.netfree.link/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Motty</id>
	<title>ויקי נטפרי - תרומות המשתמש [he]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.netfree.link/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Motty"/>
	<link rel="alternate" type="text/html" href="https://wiki.netfree.link/wiki/%D7%9E%D7%99%D7%95%D7%97%D7%93:%D7%AA%D7%A8%D7%95%D7%9E%D7%95%D7%AA/Motty"/>
	<updated>2026-04-05T18:45:08Z</updated>
	<subtitle>תרומות המשתמש</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>https://wiki.netfree.link/index.php?title=Installation_of_certificate_in_ruby&amp;diff=13536</id>
		<title>Installation of certificate in ruby</title>
		<link rel="alternate" type="text/html" href="https://wiki.netfree.link/index.php?title=Installation_of_certificate_in_ruby&amp;diff=13536"/>
		<updated>2022-09-18T16:18:19Z</updated>

		<summary type="html">&lt;p&gt;Motty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{En|התקנת תעודה ב-ruby}} &lt;br /&gt;
{{Navigation|Security certificate}}&lt;br /&gt;
&lt;br /&gt;
==Installation instructions==&lt;br /&gt;
&lt;br /&gt;
#Download the certificate of your Provider of NetFree from here http://netfree.link/netfree-ca.crt.&lt;br /&gt;
#Change the extension of the certificate to pem, now the filename will be netfree-ca.pem.&lt;br /&gt;
#Insert the certificate into the designated folder as described below.&lt;br /&gt;
#Refresh the certificate as detailed below&lt;br /&gt;
&lt;br /&gt;
'''Note: When you install a different version of Ruby, If you do not use RVM, the certificate will need to be reinstalled.''' &lt;br /&gt;
&lt;br /&gt;
==The folders where the certificate should be inserted==&lt;br /&gt;
&lt;br /&gt;
There are two options, please [http://netfree.link/user#/tickets/new report us at our support system] which option has been useful to you, thank you.&lt;br /&gt;
&lt;br /&gt;
===In Windows:===&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\ssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &amp;lt;pre&amp;gt;C:\Ruby25-x64\ssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\lib\ruby\{The version number}\rubygems\ssl_certs\netfree.link&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &amp;lt;pre&amp;gt;C:\Ruby25-x64\lib\ruby\2.5.0\rubygems\ssl_certs\netfree.link&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you selected MinGW during Ruby installation, you should also install NetFree's certificate in the MinGW directory.&lt;br /&gt;
To do so, navigate to :&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\Ruby\25-x64\msys64\usr\ssl\cert&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Locate the file &amp;lt;b&amp;gt;ca-bundle.crt&amp;lt;/b&amp;gt;, and open it in notepad. Paste the NetFree certificate into the end of the file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===In Mac:===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/opt/rubies/{The version number}/ssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &amp;lt;pre&amp;gt;/opt/rubies/2.5.0/ssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/opt/rubies//lib/ruby/{The version number}/rubygems/ssl_certs/netfree.link&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &amp;lt;pre&amp;gt;/opt/rubies/2.5.0/lib/ruby/2.5.0/rubygems/ssl_certs/netfree.link&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== For users with RVM (Ruby Version Manager): ===&lt;br /&gt;
&lt;br /&gt;
To find the path where the certificate should be inserted: &amp;lt;pre&amp;gt;rvm osx-ssl-certs status all&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To update the certificates: &amp;lt;pre&amp;gt; rvm osx-ssl-certs update all &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;update&amp;quot; command may not have worked properly, you can check if the contents of the &amp;quot;netfree-ca.pem&amp;quot; file were copied into the &amp;quot;cert.pem&amp;quot; file.&lt;br /&gt;
&lt;br /&gt;
If not, you can manually copy the file ''netfree-ca.pem''&lt;br /&gt;
to the end of the ''cert.pem'' file located in the above routing.&lt;br /&gt;
&lt;br /&gt;
(Copy should include''-----BEGIN CERTIFICATE-----'', ''-----END CERTIFICATE-----'')&lt;br /&gt;
&lt;br /&gt;
==Refresh the certificates==&lt;br /&gt;
&lt;br /&gt;
===In Windows:===&lt;br /&gt;
&lt;br /&gt;
The following folder shows the c_rehash.r script run it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\ssl\certs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===In Mac:===&lt;br /&gt;
&lt;br /&gt;
The following folder shows the c_rehash.r script run it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/opt/rubies/{The version number}/ssl/ssl_certs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== For users with RVM (Ruby Version Manager): ===&lt;br /&gt;
Run the following command:&lt;br /&gt;
 &amp;lt;pre&amp;gt; rvm osx-ssl-certs update all &amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Motty</name></author>
	</entry>
	<entry>
		<id>https://wiki.netfree.link/index.php?title=Installation_of_certificate_in_ruby&amp;diff=13535</id>
		<title>Installation of certificate in ruby</title>
		<link rel="alternate" type="text/html" href="https://wiki.netfree.link/index.php?title=Installation_of_certificate_in_ruby&amp;diff=13535"/>
		<updated>2022-09-18T16:17:02Z</updated>

		<summary type="html">&lt;p&gt;Motty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{En|התקנת תעודה ב-ruby}} &lt;br /&gt;
{{Navigation|Security certificate}}&lt;br /&gt;
&lt;br /&gt;
==Installation instructions==&lt;br /&gt;
&lt;br /&gt;
#Download the certificate of your Provider of NetFree from here http://netfree.link/netfree-ca.crt.&lt;br /&gt;
#Change the extension of the certificate to pem, now the filename will be netfree-ca.pem.&lt;br /&gt;
#Insert the certificate into the designated folder as described below.&lt;br /&gt;
#Refresh the certificate as detailed below&lt;br /&gt;
&lt;br /&gt;
'''Note: When you install a different version of Ruby, If you do not use RVM, the certificate will need to be reinstalled.''' &lt;br /&gt;
&lt;br /&gt;
==The folders where the certificate should be inserted==&lt;br /&gt;
&lt;br /&gt;
There are two options, please [http://netfree.link/user#/tickets/new report us at our support system] which option has been useful to you, thank you.&lt;br /&gt;
&lt;br /&gt;
===In Windows:===&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\ssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &amp;lt;pre&amp;gt;C:\Ruby25-x64\ssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\lib\ruby\{The version number}\rubygems\ssl_certs\netfree.link&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &amp;lt;pre&amp;gt;C:\Ruby25-x64\lib\ruby\2.5.0\rubygems\ssl_certs\netfree.link&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you selected MinGW during Ruby installation, you should also install NetFree's certificate in the MinGW directory.&lt;br /&gt;
To do so, navigate to :&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\Ruby\31-64\msys64\usr\ssl\cert&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Locate the file &amp;lt;b&amp;gt;ca-bundle.crt&amp;lt;/b&amp;gt;, and open it in notepad. Paste the NetFree certificate into the end of the file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===In Mac:===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/opt/rubies/{The version number}/ssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &amp;lt;pre&amp;gt;/opt/rubies/2.5.0/ssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/opt/rubies//lib/ruby/{The version number}/rubygems/ssl_certs/netfree.link&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &amp;lt;pre&amp;gt;/opt/rubies/2.5.0/lib/ruby/2.5.0/rubygems/ssl_certs/netfree.link&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== For users with RVM (Ruby Version Manager): ===&lt;br /&gt;
&lt;br /&gt;
To find the path where the certificate should be inserted: &amp;lt;pre&amp;gt;rvm osx-ssl-certs status all&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To update the certificates: &amp;lt;pre&amp;gt; rvm osx-ssl-certs update all &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;update&amp;quot; command may not have worked properly, you can check if the contents of the &amp;quot;netfree-ca.pem&amp;quot; file were copied into the &amp;quot;cert.pem&amp;quot; file.&lt;br /&gt;
&lt;br /&gt;
If not, you can manually copy the file ''netfree-ca.pem''&lt;br /&gt;
to the end of the ''cert.pem'' file located in the above routing.&lt;br /&gt;
&lt;br /&gt;
(Copy should include''-----BEGIN CERTIFICATE-----'', ''-----END CERTIFICATE-----'')&lt;br /&gt;
&lt;br /&gt;
==Refresh the certificates==&lt;br /&gt;
&lt;br /&gt;
===In Windows:===&lt;br /&gt;
&lt;br /&gt;
The following folder shows the c_rehash.r script run it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\ssl\certs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===In Mac:===&lt;br /&gt;
&lt;br /&gt;
The following folder shows the c_rehash.r script run it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/opt/rubies/{The version number}/ssl/ssl_certs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== For users with RVM (Ruby Version Manager): ===&lt;br /&gt;
Run the following command:&lt;br /&gt;
 &amp;lt;pre&amp;gt; rvm osx-ssl-certs update all &amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Motty</name></author>
	</entry>
	<entry>
		<id>https://wiki.netfree.link/index.php?title=Installation_of_certificate_in_ruby&amp;diff=13534</id>
		<title>Installation of certificate in ruby</title>
		<link rel="alternate" type="text/html" href="https://wiki.netfree.link/index.php?title=Installation_of_certificate_in_ruby&amp;diff=13534"/>
		<updated>2022-09-18T16:15:22Z</updated>

		<summary type="html">&lt;p&gt;Motty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{En|התקנת תעודה ב-ruby}} &lt;br /&gt;
{{Navigation|Security certificate}}&lt;br /&gt;
&lt;br /&gt;
==Installation instructions==&lt;br /&gt;
&lt;br /&gt;
#Download the certificate of your Provider of NetFree from here http://netfree.link/netfree-ca.crt.&lt;br /&gt;
#Change the extension of the certificate to pem, now the filename will be netfree-ca.pem.&lt;br /&gt;
#Insert the certificate into the designated folder as described below.&lt;br /&gt;
#Refresh the certificate as detailed below&lt;br /&gt;
&lt;br /&gt;
'''Note: When you install a different version of Ruby, If you do not use RVM, the certificate will need to be reinstalled.''' &lt;br /&gt;
&lt;br /&gt;
==The folders where the certificate should be inserted==&lt;br /&gt;
&lt;br /&gt;
There are two options, please [http://netfree.link/user#/tickets/new report us at our support system] which option has been useful to you, thank you.&lt;br /&gt;
&lt;br /&gt;
===In Windows:===&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\ssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &amp;lt;pre&amp;gt;C:\Ruby25-x64\ssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\lib\ruby\{The version number}\rubygems\ssl_certs\netfree.link&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &amp;lt;pre&amp;gt;C:\Ruby25-x64\lib\ruby\2.5.0\rubygems\ssl_certs\netfree.link&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.'''.Note:''' If you selected MinGW during Ruby installation, you should also install NetFree's certificate in the MinGW directory&lt;br /&gt;
To do so, navigate to :&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\Ruby\31-64\msys64\usr\ssl\cert&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Locate the file &amp;lt;b&amp;gt;ca-bundle.crt&amp;lt;/b&amp;gt;, and open it in notepad. Paste the NetFree certificate into the end of the file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===In Mac:===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/opt/rubies/{The version number}/ssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &amp;lt;pre&amp;gt;/opt/rubies/2.5.0/ssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/opt/rubies//lib/ruby/{The version number}/rubygems/ssl_certs/netfree.link&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &amp;lt;pre&amp;gt;/opt/rubies/2.5.0/lib/ruby/2.5.0/rubygems/ssl_certs/netfree.link&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== For users with RVM (Ruby Version Manager): ===&lt;br /&gt;
&lt;br /&gt;
To find the path where the certificate should be inserted: &amp;lt;pre&amp;gt;rvm osx-ssl-certs status all&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To update the certificates: &amp;lt;pre&amp;gt; rvm osx-ssl-certs update all &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;update&amp;quot; command may not have worked properly, you can check if the contents of the &amp;quot;netfree-ca.pem&amp;quot; file were copied into the &amp;quot;cert.pem&amp;quot; file.&lt;br /&gt;
&lt;br /&gt;
If not, you can manually copy the file ''netfree-ca.pem''&lt;br /&gt;
to the end of the ''cert.pem'' file located in the above routing.&lt;br /&gt;
&lt;br /&gt;
(Copy should include''-----BEGIN CERTIFICATE-----'', ''-----END CERTIFICATE-----'')&lt;br /&gt;
&lt;br /&gt;
==Refresh the certificates==&lt;br /&gt;
&lt;br /&gt;
===In Windows:===&lt;br /&gt;
&lt;br /&gt;
The following folder shows the c_rehash.r script run it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\ssl\certs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===In Mac:===&lt;br /&gt;
&lt;br /&gt;
The following folder shows the c_rehash.r script run it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/opt/rubies/{The version number}/ssl/ssl_certs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== For users with RVM (Ruby Version Manager): ===&lt;br /&gt;
Run the following command:&lt;br /&gt;
 &amp;lt;pre&amp;gt; rvm osx-ssl-certs update all &amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Motty</name></author>
	</entry>
	<entry>
		<id>https://wiki.netfree.link/index.php?title=Installation_of_certificate_in_ruby&amp;diff=13533</id>
		<title>Installation of certificate in ruby</title>
		<link rel="alternate" type="text/html" href="https://wiki.netfree.link/index.php?title=Installation_of_certificate_in_ruby&amp;diff=13533"/>
		<updated>2022-09-18T16:14:17Z</updated>

		<summary type="html">&lt;p&gt;Motty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{En|התקנת תעודה ב-ruby}} &lt;br /&gt;
{{Navigation|Security certificate}}&lt;br /&gt;
&lt;br /&gt;
==Installation instructions==&lt;br /&gt;
&lt;br /&gt;
#Download the certificate of your Provider of NetFree from here http://netfree.link/netfree-ca.crt.&lt;br /&gt;
#Change the extension of the certificate to pem, now the filename will be netfree-ca.pem.&lt;br /&gt;
#Insert the certificate into the designated folder as described below.&lt;br /&gt;
#Refresh the certificate as detailed below&lt;br /&gt;
&lt;br /&gt;
'''Note: When you install a different version of Ruby, If you do not use RVM, the certificate will need to be reinstalled.''' &lt;br /&gt;
&lt;br /&gt;
==The folders where the certificate should be inserted==&lt;br /&gt;
&lt;br /&gt;
There are two options, please [http://netfree.link/user#/tickets/new report us at our support system] which option has been useful to you, thank you.&lt;br /&gt;
&lt;br /&gt;
===In Windows:===&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\ssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &amp;lt;pre&amp;gt;C:\Ruby25-x64\ssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\lib\ruby\{The version number}\rubygems\ssl_certs\netfree.link&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &amp;lt;pre&amp;gt;C:\Ruby25-x64\lib\ruby\2.5.0\rubygems\ssl_certs\netfree.link&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.'''Note:''' If you selected MinGW during Ruby installation, you should also install NetFree's certificate in the MinGW directory&lt;br /&gt;
To do so, navigate to &lt;br /&gt;
&amp;lt;pre&amp;gt;C:\Ruby\31-64\msys64\usr\ssl\cert&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Locate the file &amp;lt;b&amp;gt;ca-bundle.crt&amp;lt;/b&amp;gt;, and open it in notepad. Paste the NetFree certificate into the end of the file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===In Mac:===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/opt/rubies/{The version number}/ssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &amp;lt;pre&amp;gt;/opt/rubies/2.5.0/ssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/opt/rubies//lib/ruby/{The version number}/rubygems/ssl_certs/netfree.link&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &amp;lt;pre&amp;gt;/opt/rubies/2.5.0/lib/ruby/2.5.0/rubygems/ssl_certs/netfree.link&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== For users with RVM (Ruby Version Manager): ===&lt;br /&gt;
&lt;br /&gt;
To find the path where the certificate should be inserted: &amp;lt;pre&amp;gt;rvm osx-ssl-certs status all&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To update the certificates: &amp;lt;pre&amp;gt; rvm osx-ssl-certs update all &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;update&amp;quot; command may not have worked properly, you can check if the contents of the &amp;quot;netfree-ca.pem&amp;quot; file were copied into the &amp;quot;cert.pem&amp;quot; file.&lt;br /&gt;
&lt;br /&gt;
If not, you can manually copy the file ''netfree-ca.pem''&lt;br /&gt;
to the end of the ''cert.pem'' file located in the above routing.&lt;br /&gt;
&lt;br /&gt;
(Copy should include''-----BEGIN CERTIFICATE-----'', ''-----END CERTIFICATE-----'')&lt;br /&gt;
&lt;br /&gt;
==Refresh the certificates==&lt;br /&gt;
&lt;br /&gt;
===In Windows:===&lt;br /&gt;
&lt;br /&gt;
The following folder shows the c_rehash.r script run it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\ssl\certs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===In Mac:===&lt;br /&gt;
&lt;br /&gt;
The following folder shows the c_rehash.r script run it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/opt/rubies/{The version number}/ssl/ssl_certs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== For users with RVM (Ruby Version Manager): ===&lt;br /&gt;
Run the following command:&lt;br /&gt;
 &amp;lt;pre&amp;gt; rvm osx-ssl-certs update all &amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Motty</name></author>
	</entry>
	<entry>
		<id>https://wiki.netfree.link/index.php?title=Installation_of_certificate_in_ruby&amp;diff=13532</id>
		<title>Installation of certificate in ruby</title>
		<link rel="alternate" type="text/html" href="https://wiki.netfree.link/index.php?title=Installation_of_certificate_in_ruby&amp;diff=13532"/>
		<updated>2022-09-18T16:12:20Z</updated>

		<summary type="html">&lt;p&gt;Motty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{En|התקנת תעודה ב-ruby}} &lt;br /&gt;
{{Navigation|Security certificate}}&lt;br /&gt;
&lt;br /&gt;
==Installation instructions==&lt;br /&gt;
&lt;br /&gt;
#Download the certificate of your Provider of NetFree from here http://netfree.link/netfree-ca.crt.&lt;br /&gt;
#Change the extension of the certificate to pem, now the filename will be netfree-ca.pem.&lt;br /&gt;
#Insert the certificate into the designated folder as described below.&lt;br /&gt;
#Refresh the certificate as detailed below&lt;br /&gt;
&lt;br /&gt;
'''Note: When you install a different version of Ruby, If you do not use RVM, the certificate will need to be reinstalled.''' &lt;br /&gt;
&lt;br /&gt;
==The folders where the certificate should be inserted==&lt;br /&gt;
&lt;br /&gt;
There are two options, please [http://netfree.link/user#/tickets/new report us at our support system] which option has been useful to you, thank you.&lt;br /&gt;
&lt;br /&gt;
===In Windows:===&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\ssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &amp;lt;pre&amp;gt;C:\Ruby25-x64\ssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\lib\ruby\{The version number}\rubygems\ssl_certs\netfree.link&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &amp;lt;pre&amp;gt;C:\Ruby25-x64\lib\ruby\2.5.0\rubygems\ssl_certs\netfree.link&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
.'''Note:''' If you selected MinGW during Ruby installation, you should also install NetFree's certificate in the MinGW directory&lt;br /&gt;
To do so, navigate to &lt;br /&gt;
&amp;lt;pre&amp;gt;C:\Ruby\31-64\msys64\usr\ssl\cert&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Locate the file &amp;lt;b&amp;gt;ca-bundle.crt&amp;lt;/b&amp;gt;, and open it in notepad. Paste the NetFree certificate into the end of the file.&lt;br /&gt;
&lt;br /&gt;
===In Mac:===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/opt/rubies/{The version number}/ssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &amp;lt;pre&amp;gt;/opt/rubies/2.5.0/ssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/opt/rubies//lib/ruby/{The version number}/rubygems/ssl_certs/netfree.link&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example: &amp;lt;pre&amp;gt;/opt/rubies/2.5.0/lib/ruby/2.5.0/rubygems/ssl_certs/netfree.link&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== For users with RVM (Ruby Version Manager): ===&lt;br /&gt;
&lt;br /&gt;
To find the path where the certificate should be inserted: &amp;lt;pre&amp;gt;rvm osx-ssl-certs status all&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To update the certificates: &amp;lt;pre&amp;gt; rvm osx-ssl-certs update all &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;update&amp;quot; command may not have worked properly, you can check if the contents of the &amp;quot;netfree-ca.pem&amp;quot; file were copied into the &amp;quot;cert.pem&amp;quot; file.&lt;br /&gt;
&lt;br /&gt;
If not, you can manually copy the file ''netfree-ca.pem''&lt;br /&gt;
to the end of the ''cert.pem'' file located in the above routing.&lt;br /&gt;
&lt;br /&gt;
(Copy should include''-----BEGIN CERTIFICATE-----'', ''-----END CERTIFICATE-----'')&lt;br /&gt;
&lt;br /&gt;
==Refresh the certificates==&lt;br /&gt;
&lt;br /&gt;
===In Windows:===&lt;br /&gt;
&lt;br /&gt;
The following folder shows the c_rehash.r script run it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\ssl\certs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===In Mac:===&lt;br /&gt;
&lt;br /&gt;
The following folder shows the c_rehash.r script run it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/opt/rubies/{The version number}/ssl/ssl_certs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== For users with RVM (Ruby Version Manager): ===&lt;br /&gt;
Run the following command:&lt;br /&gt;
 &amp;lt;pre&amp;gt; rvm osx-ssl-certs update all &amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Motty</name></author>
	</entry>
</feed>