rigsb.net

News for our friends and family

Monthly Archives: November 2009

SVN Removal Reg Hack

Posted on by Eric Rigsby

REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN] @=”Delete SVN Folders” [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN\command] @=”cmd.exe /C \”TITLE Removing SVN Folders in %1 && FOR /r \”%1\” %%f IN (.svn) DO RD /s /q \”%%f\” \”"

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