Objective Enable PKI authentication for applications hosted in Tomcat 5.5.x. Notes Create keystore containing server private key, server public certificate, and CA public certificate(s). Create PKCS12 format server private key keystore. openssl pkcs12 -export -in server.pem -inkey server.key -out server-key.p12 … Continue reading →
Objective Configure Oracle Application Server 10.1.3.4 to restrict access to HTTPS (port 443). Notes Pre-reqs: OAS 10.1.3.4 with only J2EE and OHS installed. Signed certificate and private key for this server. Certificate must be included in a pkcs12 file at … Continue reading →
Objective Install OpenLDAP on Windows Server 2003 as a Windows service. Notes Install Cygwin Minimal install with only openldap and cygrunsrv selected. Configure slapd Use cygrunsrv to install slapd as a Windows service. cygrunsrv –install OpenLDAP –path /usr/sbin/slapd –args “-d … Continue reading →
Objectives Share iTunes Libraries from a central location to compatible devices using open source tools. Must be compatible with iTunes. Must serve multiple iTunes libraries. Notes History Previously, all of our iTunes media was stored on a FreeBSD file server … Continue reading →
Objectives Provide Time Capsule like functionality for macs using open source tools. Use Time Machine feature in Mac OS X Leopard. Accessible from wired and wireless LANs. Hosted on existing CentOS server. Notes Storage Installed new 500GB (mirrored) external USB … Continue reading →