Top Nav

Archive | Webservers

View Contents Of SSL Certificate

When you renew an SSL certificate, you have to create a new Certificate Signing Request (CSR) with the same information as the original certificate. To get this information there are several options:

1. If the certificate authority (CA) is Verisign then you can search for the certificate on there support website and view the contents. You’ll need to know the exact domain name that was used to generate the certificate.

2. If you have the original CSR then you can use the following command to view the contents:

3. If you have the original certificate the you can use this command to view it’s contents:

Other usefull commands include:

a. Show contents of private key:

b. Generate a key and csr:

1

Redhat Network Config Resources

Here are some handy references about network config on redhat:

  • /usr/share/doc/initscripts-<version>/sysconfig.txt — A guide to available options for network configuration files, including IPv6 options not covered in this chapter.
  • /usr/share/doc/iproute-<version>/ip-cref.ps — This file contains a wealth of information about the ip command, which can be used to manipulate routing tables, among other things. Use the ggv or kghostview application to view this file.
  • http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/ref-guide/ch-networkscripts.html
0

AWStats

0

Easy Qmail Install

With a web browser go to http://lazyinstaller.net/pages/generator.xhtml and complete the form.

Copy/paste the generated script to a text file on the target server and make executable.

Edit the script and comment out the first echo line.

Run the script.

0

HTDIG

0