background preloader

Servers

Facebook Twitter

How to install webmin on amazon ec2 - yekmer's posterous. Www.ghanalive.tv. Articles: Fedora 14 setup - part 1. Your Fedora 14 Slice will be a bare-bones install when it's created.

Articles: Fedora 14 setup - part 1

We need to connect via SSH and secure it as soon as possible. Your new slice. Guide to Webserver SSL Certificates @ Calomel.org - Open Source Research and Reference. Home RSS Search July 15, 2013 Welcome.

Guide to Webserver SSL Certificates @ Calomel.org - Open Source Research and Reference

Articles: Managing SSL Certificates #1. SSL certificates can be confusing.

Articles: Managing SSL Certificates #1

The combination of unreadable file contents, fussy configuration requirements and critical expiry dates strew traps in the path of the beginner. This how-to will help you avoid SSL's most common pitfalls. Common difficulties Some of the common difficulties that newcomers to SSL certification may experience: 389 Directory Server (Open Source LDAP) From Port389 NOTE: key/cert database information In Fedora DS 1.1 and later, the keys and certificates are stored in a server instance specific directory, along with the other server configuration files.

389 Directory Server (Open Source LDAP)

By default, this is /etc/dirsrv/slapd-instancename e.g. Frequently Asked Questions. What is an SSL certificate?

Frequently Asked Questions

An SSL certificate (also known as a Web Server Certificate, Secure Server Certificate, and Digital Certificate) works with the SSL protocol to secure online communications and transactions, and identifies a remote computer, using cryptography. SSL certificates are issued by Certification Authorities (CA's), such as GeoTrust, which vouch for the information contained within the SSL certificate. Embedded within an SSL certificate is the fully-qualified domain name of your web site (server), such as www.yourdomain.com.

It may also contain information about your business or organization, such as its legal name and the geographic location where your business is legally registered to conduct business. SSL Certificate Support, Techncial FAQ. We have put the following information together based on common technical questions we are asked.

SSL Certificate Support, Techncial FAQ

Please Contact Us if you have a question which has not been answered on this page. Elastic Load Balancing Security Features - Elastic Load Balancing. A typical web application communication goes through layers of hardware and software.

Elastic Load Balancing Security Features - Elastic Load Balancing

Each layer provides a specific communication function. The control over the communication function is passed from one layer to the next, in sequence. The Open System Interconnection (OSI) defines a model framework for implementing a standard format for communication, called a protocol, in these layers. For detailed information about the layers of the OSI model, go to When you use Elastic Load Balancing, you need to have a basic understanding of two layers: layer 4 and layer 7.

Installing SSL on AWS... // Blog // web.onassar.com. Thought it could be helpful to document my process for installing an SSL certificate for a subdomain (not wildcard) on a LAMP stack (which happens to be an EC2 instance on AWS).

Installing SSL on AWS... // Blog // web.onassar.com

Worth noting is this is not going through a load balancer or firewall, whereby further considerations may be required. The following is my flow. Step 1: OpenSSL CSR Creation The first step was to create the CSR file that is used in the purchasing of the certificate. Elastic Load Balancer SSL Support Options. We've added some additional flexibility to Amazon EC2's Elastic Load Balancing feature: You can now terminate SSL sessions at the load balancer and then re-encrypt them before they are sent to the back-end EC2 instances.You can now configure the set of ciphers and SSL protocols accepted by the load balancer.You can now configure HTTPS health checks.

Elastic Load Balancer SSL Support Options

How to install a Thawte SSL certificate on Amazon Elastic Load Balancer. Eric Parshall: Getting SSL to Work on the Standard Amazon Linux EC2 AMI. I got an SSL certificate for the server that will host my Facebook app.

Eric Parshall: Getting SSL to Work on the Standard Amazon Linux EC2 AMI

I had decided to switch to using Amazon's free EC2 server rather than upgrading proceeding with the Windows hosting. I was pleased to find this helpful how-to guide to get my LAMP server up and running: All I had to do was type these commands to get the web server up and running: sudo su yum install httpd yum install mysql-server mysql yum install php php-mysql service httpd start service mysqld start /usr/bin/mysqladmin -u root password 'password' Installation - Problem install phpmyadmin on amazon ec2. Install WordPress on an Amazon AWS EC2 Linux instance with data on EBS. Jan 3 2012 I figured that it was finally time for me to roll up my sleeves and get my hands dirty with WordPress running on an Amazon Web Services (AWS) EC2 Linux Micro instance. I know you can use a preinstalled image but I wanted to understand what was going on under the hood so decided to start from scratch.

I also wanted to ensure that all data would be persisted to Elastic Block Storage should there be an issue with the EC2 instance. My main coding background is in ASP.NET though I have been managing a team in a Java environment for the last 18 months so this was a reasonably steep learning curve. So I figured that in the spirit of open source and since I was creating a blog that I would share my experiences. Wordpress in the Cloud - Amazon EC2. Caleb Ogden. Before we beign I believe this article is of high value to any web developer seeking a better hosting solution, and in particular, cloud hosting. Though somewhat technical, the instructions given here are easy to follow, and you don't need a background in server management or server-side development to follow the tutorial. I'm a designer, and the first time I ever opened terminal was when I was trying to connect to my amazon linux server, so if you don't feel like you're up for setting up your own linux server, then trust me, it's easier than it sounds.

Because of it's length and technical nature, I've also made the article available for download in MS Word format. Amazon EC2 Cloud Hosting Amazon provides an incredible, ever-expanding service for cloud hosting. Linux vs. The reason for choosing Linux vs. Don’t worry, Be Happy If you’re like me, you’re mildly daunted at the idea of getting your hands dirty with Linux and Terminal. Getting Started.