Apache Auth and Self-signed Cert Tutorials with FreeBSD
nullroute writes: " BSDVault has posted a solid tutorial on using Self-signed Certificates with Apache. It is actually a combination of two tutorials. The first tutorial is Basic Authentication for Apache. The second is Self-signed X.509 Certificate Generation (OpenSSL)."
On the other hand, the "Basic Authentication for Apache" really only glances over the whole basic authentication idea... the instructions given are a good place to start, but a little more reading is recommended for folks who want to do this. There are a million and one pages out there very similar to this one -- I would have liked to have seen a more comprehensive tutorial.
That's my $.02
If you type
$ man 8 ssl
you get a basic introduction into this.
My Karma isn't excellent, damn it! (And
Also be sure to checkout the FreeBSD Diary [ http://freebsddiary.org/ ] for some great tutorials.
They range from SSL protecting your services [ http://freebsddiary.org/stunnel.php ] to how to restart a service [ http://freebsddiary.org/hup.php ] for the real newbie.
I'll have something intelligent to add one of these days...
This is a pet peeve of mine of late. I tried to wade through this stuff to do secure IMAP, and it was a royal pain - so much so that I gave up.
This stuff ought to just work.
Disagree with me? Security should be hard?
All the sshd distys I've used have simply installed and run. It CAN be that easy.