Posted 8 years ago
If you use PFX files instead of cer, key or crt files, you will need to convert them before uploading them to CloudFront or AWS. CloudFront also offers no easy way to upload a certificate and will require you to use the command line tools to upload it.
You will need OpenSSL for windows which can be downloaded here: http://slproweb.com/products/Win32OpenSSL.html and the AWS Command Line Tools which can be downloaded here: Posted 8 years ago If you use PFX files instead of pem, key or crt files, you will have a lot of issues trying to use it with a lot of linux software. The best option is to extract the files out of the pfx so you can use the individual files with whatever software you wish. Note: You will need OpenSSL installed to do this, if you are on windows, you can download it here: http://slproweb.com/products/Win32OpenSSL.html. Extract t... Posted 8 years ago This guide will show you how to set up Jenkins which is a popular open source continuous integration tool. We will require java to be installed on the system, unfortunatly Jenkins doesnt support the GCJ java that CentOS ships with, you will need to download either Oracle Java or the use OpenJDK. To install OpenJDK 1.7.0 run the following. There is a RedHat compatable repo available which we can use to... Posted 8 years ago This guide will show you how to set up the Remi repo for CentOS which contains many additional rpm's for software alongside a lot newer versions of popular software. To start with we will need to download and install the remi-release rpm, this can be done in two ways, using wget to download it locally before installing, or using yum to directly install it from the web. Posted 9 years ago This guide will show you how to set up the Fedora Extra Packages for Enterprise Linux repo for CentOS which contains many additional rpm's for software alongside a lot newer versions of popular software. To start with we will need to download and install the epel-release rpm, this can be done in two ways, using wget to download it locally before installing, or using yum to directly install it from the web.How to extract a PFX
Installing Jenkins on CentOS
yum install java-1.7.0-openjdk
Installing the Remi Repo on CentOS
Centos 6
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm...
Installing the EPEL Repo on CentOS
CentOS 7 Beta
wget http...
I am a Web Developer and Linux System Administrator. I'm a Red Hat Enterprise Linux fan and use CentOS.