rigsb.net

News for our friends and family

Tag Archives: port

Tomcat PKI Authentication

Posted on by Eric Rigsby

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

OAS HTTPS Lockdown

Posted on by Eric Rigsby

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

Firefly Media Server Setup

Posted on by Eric Rigsby

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

DIY Time Capsule

Posted on by Eric Rigsby

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