Installation of certificate in ruby: הבדלים בין גרסאות בדף

מתוך ויקי נטפרי
קפיצה לניווט קפיצה לחיפוש
({{קישור אנגלית לתצוגת קריאה}})
(2 גרסאות ביניים של 2 משתמשים אינן מוצגות)
שורה 1: שורה 1:
<div lang="en" dir="ltr" class="mw-content-ltr">
+
{{עמוד בעברית|התקנת תעודה ב-ruby}}
<div lang="he" dir="rtl">
+
 
לעברית [[התקנת תעודה ב ruby|לחצו כאן]]
+
<div lang="en" dir="ltr">
</div>
 
  
 
{{קישור אנגלית לתצוגת קריאה}}
 
{{קישור אנגלית לתצוגת קריאה}}
  
<div lang="en" dir="ltr">
+
{{Navigation|Security certificate}}
<small>
+
 
''[[NetFriends|Home page]]'' > ''[[Security certificate]]'' > ''{{PAGENAME}}''
+
==Installation instructions==
</small>
+
 
 +
#Download the certificate of your Provider of NetFree from here http://netfree.link/netfree-ca.crt.
 +
#Change the extension of the certificate to pem, now the filename will be netfree-ca.pem.
 +
#Insert the certificate into the designated folder as described below.
 +
#Refresh the certificate as detailed below
 +
 
 +
'''Note: When you install a different version of Ruby, If you do not use RVM, the certificate will need to be reinstalled.'''  
 +
 
 +
==The folder where the certificate should be inserted==
 +
 
 +
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.
  
== Installation instructions ==
+
===In Windows:===
 +
<pre>C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\ssl</pre>
  
# Download the certificate of your Provider of NetFree from here http://netfree.link/netfree-ca.crt.
+
For example: <pre>C:\Ruby25-x64\ssl</pre>
# Change the extension of the certificate to pem, now the filename will be netfree-ca.pem.
 
# Insert the certificate into the designated folder as described below.
 
# Refresh the certificate by running the script c_rehash.rb as detailed below
 
  
'''Note: When you install a different version of Ruby, the certificate will need to be reinstalled.'''
+
<pre>C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\lib\ruby\{The version number}\rubygems\ssl_certs\netfree.link</pre>
  
== The folder where the certificate should be inserted ==
+
For example: <pre>C:\Ruby25-x64\lib\ruby\2.5.0\rubygems\ssl_certs\netfree.link</pre>
  
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.
+
===In Mac:===
  
In Windows:
+
<pre>/opt/rubies/{The version number}/ssl</pre>
  
C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\ssl
+
For example: <pre>/opt/rubies/2.5.0/ssl</pre>
  
For example: C:\Ruby25-x64\ssl
+
<pre>/opt/rubies//lib/ruby/{The version number}/rubygems/ssl_certs/netfree.link</pre>
  
C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\lib\ruby\{The version number}\rubygems\ssl_certs\netfree.link
+
For example: <pre>/opt/rubies/2.5.0/lib/ruby/2.5.0/rubygems/ssl_certs/netfree.link</pre>
  
For example: C:\Ruby25-x64\lib\ruby\2.5.0\rubygems\ssl_certs\netfree.link
+
=== For users with RVM (Ruby Version Manager): ===
  
In Mac:
+
To find the path where the certificate should be inserted: <pre>rvm osx-ssl-certs status all</pre>
  
/opt/rubies/{The version number}/ssl
+
To update the certificates: <pre> rvm osx-ssl-certs update all </pre>
  
For example: /opt/rubies/2.5.0/ssl
 
  
/opt/rubies//lib/ruby/{The version number}/rubygems/ssl_certs/netfree.link
+
==Refresh the certificates==
  
For example: /opt/rubies/2.5.0/lib/ruby/2.5.0/rubygems/ssl_certs/netfree.link
+
===In Windows:===
  
== Refresh the certificates ==
+
The following folder shows the c_rehash.r script run it:
  
In the following folder appears in the script c_rehash.r run it:
+
<pre>C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\ssl\certs</pre>
  
In Windows:
+
===In Mac:===
  
C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\ssl\certs
+
The following folder shows the c_rehash.r script run it:
  
In Mac:
+
<pre>/opt/rubies/{The version number}/ssl/ssl_certs</pre>
  
/opt/rubies/{The version number}/ssl/ssl_certs
 
  
Run the script c_rehash.rb Which is located in the same folder, it will install the certificate.
+
=== For users with RVM (Ruby Version Manager): ===
 +
Run the following command:
 +
<pre> rvm osx-ssl-certs update all </pre>

גרסה מ־21:05, 20 באפריל 2020

לעברית לחצו כאן


To switch from edit view to read view

To search in the Wiki


Home page > Security certificate > Installation of certificate in ruby ‎‎


Installation instructions

  1. Download the certificate of your Provider of NetFree from here http://netfree.link/netfree-ca.crt.
  2. Change the extension of the certificate to pem, now the filename will be netfree-ca.pem.
  3. Insert the certificate into the designated folder as described below.
  4. Refresh the certificate as detailed below

Note: When you install a different version of Ruby, If you do not use RVM, the certificate will need to be reinstalled.

The folder where the certificate should be inserted

There are two options, please report us at our support system which option has been useful to you, thank you.

In Windows:

C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\ssl
For example:
C:\Ruby25-x64\ssl
C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\lib\ruby\{The version number}\rubygems\ssl_certs\netfree.link
For example:
C:\Ruby25-x64\lib\ruby\2.5.0\rubygems\ssl_certs\netfree.link

In Mac:

/opt/rubies/{The version number}/ssl
For example:
/opt/rubies/2.5.0/ssl
/opt/rubies//lib/ruby/{The version number}/rubygems/ssl_certs/netfree.link
For example:
/opt/rubies/2.5.0/lib/ruby/2.5.0/rubygems/ssl_certs/netfree.link

For users with RVM (Ruby Version Manager):

To find the path where the certificate should be inserted:
rvm osx-ssl-certs status all
To update the certificates:
 rvm osx-ssl-certs update all 


Refresh the certificates

In Windows:

The following folder shows the c_rehash.r script run it:

C:\Ruby{The version number}{-x64 - If it's a 64-bit operating system}\ssl\certs

In Mac:

The following folder shows the c_rehash.r script run it:

/opt/rubies/{The version number}/ssl/ssl_certs


For users with RVM (Ruby Version Manager):

Run the following command:

 rvm osx-ssl-certs update all