Installation of certificate in ruby: הבדלים בין גרסאות בדף
שורה 8: | שורה 8: | ||
− | == Installation instructions == | + | ==Installation instructions== |
− | # Download the certificate of your Provider of NetFree from here http://netfree.link/netfree-ca.crt. | + | #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. | + | #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. | + | #Insert the certificate into the designated folder as described below. |
− | # Refresh the certificate by running the script c_rehash.rb as detailed 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.''' | '''Note: When you install a different version of Ruby, the certificate will need to be reinstalled.''' | ||
− | == The folder where the certificate should be inserted == | + | ==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] | + | 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 Windows: | In Windows: | ||
שורה 41: | שורה 41: | ||
For example: /opt/rubies/2.5.0/lib/ruby/2.5.0/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 == | + | ==Refresh the certificates== |
In the following folder appears in the script c_rehash.r run it: | In the following folder appears in the script c_rehash.r run it: |
גרסה מ־11:44, 7 באוקטובר 2019
לעברית לחצו כאן
To switch from edit view to read view
Home page > Security certificate > Installation of certificate in ruby
Installation instructions
- 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 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.