Yazan: admin | 27 October 2009 | No Comments
Categories: Uncategorized
Recently I needed to convert SSL certificates between Windows (IIS/Cirtix Secure Gateway). I made a cheat sheet for myself and I’m sharing it here in hope that it will be useful.
To view certificate request:
openssl req -text -noout -in request.csr
To view certificate:
openssl x509 -noout -text -in [cert.pem | cert.cer]
To convert bundled certificate (one destined for Windows):
openssl [...]
Yazan: admin | 23 July 2009 | No Comments
Categories: Uncategorized
I think that most of the geeks would agree that Microsoft’s Remote Desktop is one of the best remote access solutions, as far as the user experience is concerned. It beats VNC hands down, and there’s nothing else besides VNC for Linux. Or is there? Of course there is! FreeNX – the free version of [...]
Yazan: admin | 18 June 2009 | 1 Comment
Categories: Uncategorized
I finally decided to set up my own blog. Why? Many times I wanted to share some piece of information I found valuable with womever could use it, or point ot a product or site I liked. And I would always think “well, I don’t have a blog…” Well, not anymore! I’ve had my personal [...]