sample csv file

2 Solutions for still showing “not secure” via HTTPS (with SSL)

Overview A common issue after adding an SSL certificate is that your browser still shows your site as insecure. This most often happens because there are links on your page that still point to HTTP instead of HTTPS. For example, look at the following code to link an image. <img src=”http://www.example.com/images/pic_mountain.jpg” alt=”Mountain View”> Notice how Read More

sample csv file

WinSCP Not Showing Hidden Files

WinSCP Not Showing Hidden Files Do you have “Show Hidden Files” option enabled? By default, WinSCP comes with the option “Show Hidden Files” set to true.but sometimes it comes with this option disabled. To activate this option to see hidden files, press: Ctrl+Alt+H or you can also activate this option by going to: preferences => Panels => Show hidden files Read More

sample csv file

Configure the Apache Server with SSL certificates

Configure the Apache Server with SSL certificates 1. In order to use the key pair, the httpd.conf file will need to be updated. 2. In the Virtual Host section of the httpd.conf file, verify that you have the following 3 directives within this Virtual Host. Please add them if they are not present: SSLCertificateFile /usr/local/ssl/crt/public.crt SSLCertificateKeyFile /usr/local/ssl/private/private.key Read More

sample csv file

How to generate a Certificate Signing Request (CSR) for Apache SSL certificates

Certificate Signing Request (CSR) Generation Instructions for Apache SSL Solution This document provides instructions for generating a Certificate Signing Request on Apache. If these instructions do not work for the server, either the vendor of the software or an organization that supports Apache be contacted. Step 1: Generate Private Key The OpenSSL package and is usually Read More