Generating Self Signed Certificate using genkey

| 0 Comments
yum install crypto-utils -y
genkey --days 365 mail.example.com

Leave a comment

Recent Entries

Resetting PRAM on Mac
From http://support.apple.com/kb/HT1379 - This has been known to clear up Macbook Pro Airport WiFi issues. --- Resetting PRAM and NVRAM…
Synology MacOS X Client NFS Mount
To mount the Synology NFS export from MacOS X. Use the following options on from the command line: mount_nfs -P…
Enabling Spotlight on the Mac
cd /System/Library/LaunchDaemons sudo launchctl load -w com.apple.metadata.mds.plist sudo mdutil -E /…