When ordering a secure certificate, most often one has to deal with the following files: certificate key file (aka private key): .key certificate request file: .csr primary certificate file (issued by the CA): .crt certificate chain (aka intermediate certificate, or … Continue reading
For most businesses, there are two types of VPN that apply: site to site VPN: this is used to link sites, such as your office and the data center, mobile VPN: this is used to link mobile or home users … Continue reading
To install binary packages on OpenBSD, the package manager needs to have the correct download URL. This URL changes based on OpenBSD version and architecture. Here is how to set it independently: export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/$(uname -r)/packages/$(machine -a)/ Once that is done, … Continue reading
Domino Server SSL Key Import By default, the SSL key order process in the Domino Administrator assumes that only single domain certificates are used. Hence, when you have a multi domain UCC or a wildcard certificate, it has to be … Continue reading
Problem You have a few SSL cert files on your server, but you are not sure which one is the newest, or the right cert to use. Solution Look at the contents of a CSR openssl req -noout -text -in … Continue reading
Problem You need to test manually an SMTP server that requires authentication. Solution The text you need to enter into a DOS or Unix command line is in typewriter typeface. Responses from the server are shown in italic. telnet smtp-server.smtpdomain.com … Continue reading
Questions to ask when planning storage and server infrastructure Storage Requirements What our their current storage environment? (What technology do we use? NetApp, EMC, HP, Hitachi, Compellant?) What is our current amount of usable storage? What is our current data … Continue reading
NetApp SAN default gateway setup DataOntap is a FreeBSD based operating system built by NetApp. However, most of the command line interface commands differ from the usual FreeBSD commands. When a new NetApp installation is performed, or a NetApp migration … Continue reading
Problem You need to create an online application that is capable of sending a FAX securely (PCI, HIPAA or other compliance). Solution After trying trustfax and eFax, neither of which has a secure API, Ralph found that Metro Fax has … Continue reading
This is a reproduction of http://www.jm-associates.com/admin/kludge.html that has gone missing in 2009 KLUDGE v0.5 EMAIL SERVER – A DETAILED HOWTO AUTHOR – Chris Berry chris_berry@jm-associates.com MAILING LIST – kludge_list@jm-associates.com To subscribe just send a blank message to kludge_list-subscribe@jm-associates.com TABLE OF … Continue reading