Posts tagged as:

ssl

Bookmarks for December 23rd through January 3rd

by Ron Bieber on Saturday, January 3, 2009

{ 0 comments }

Subversion and SSL Troubles

June 29, 2007

I decided to upgrade my home Subversion repository to version 1.4.3 as soon as it was released. Since then, my ViewVC application has ceased to work, getting a Python exception every time I try to execute it. Creating a small Python program that just imports the library (from svn import fs) [...]

Read the full article →

links for 2007-06-07

June 6, 2007

CTX106631 – How to Use OpenSSL to Convert Certificates
x509 –in input.crt –inform DER –out output.crt –outform PEM
(tags: ssl certificates security)

Read the full article →

Creating a self signed SSL Certificate – A Brain Dead Script

December 6, 2005

I have an SSL instance running in the house so that I can access my home Subversion installation remotely. The certificate I generated for this site expired a few months ago and I have procrastinated regenerating it because I seemed to remember it was complicated and I didn’t want to spend the [...]

Read the full article →