Entries by Jeff Johnson

How to to decrypt an SSL Key

When you setup SSL in Server Admin, the ‘key’ is stored RSA encrypted. If you want to use your certificate outside of Server Admin, you’ll need the passphrase or a non-encrypted copy of the key. There are a few approaches, here’s one: The certificates are stored in /etc/certificates, so lets go there: cd /etc/certficates Take […]

How to lookup a user GUID

You can lookup a users’s GUID using WorkGroup Manager, but what fun is that? Here are just a few ways you can lookup a GUID Lookup a single user: 10.7 & 10.8 Only: sudo /Applications/Server.app/Contents/ServerRoot/usr/bin/cvt_mail_data -i bobsmith How handy it would be to have a list of all users and their GUID? dscl /Search -list […]