Linux Server Security (2nd Edition( [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Linux Server Security (2nd Edition( [Electronic resources] - نسخه متنی

Michael D. Bauer

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید








Chapter 5. OpenSSL and Stunnel



This
chapter falls both technologically and literally between the
behind-the-scenes and the service-intensive parts of the book:
it's about OpenSSL, which provides encryption and
authentication mechanisms to many of the tools covered herein.
OpenSSH, Apache, OpenLDAP, BIND, Postfix, and Cyrus IMAP are just a
few of the applications that depend on OpenSSL.


OpenSSL, however, is an extremely complicated technology, and to do
it full justice would require a dedicated book (one such book is
Network Security With OpenSSL
(O'Reilly)). My approach with this chapter,
therefore, is to show how to use OpenSSL in a particular context:
wrapping otherwise unencrypted TCP services in encrypted SSL
"tunnels" via the popular tool
Stunnel.


As it happens, setting up Stunnel requires you to use OpenSSL for a
number of tasks common to most of the other OpenSSL-dependent
applications you're likely to encounter in your
bastion-server activities. Therefore, even if you
don't end up needing Stunnel yourself, I think
you'll still find this chapter useful for figuring
out how to generate server certificates, administer your own
Certificate Authority, and so forth.




/ 94