Installation of certificate in ruby

מתוך ויקי נטפרי
גרסה מ־14:43, 12 בדצמבר 2018 מאת מ. פינחסי (שיחה | תרומות) ({{קישור אנגלית לתצוגת קריאה}})
קפיצה לניווט קפיצה לחיפוש

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

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 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.

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

Refresh the certificates

In the following folder appears in the script c_rehash.r run it:

In Windows:

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

In Mac:

/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.