Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
OpenVPN: Building and Integrating Virtual Private Networks

You're reading from   OpenVPN: Building and Integrating Virtual Private Networks Learn how to build secure VPNs using this powerful Open Source application

Arrow left icon
Product type Paperback
Published in May 2006
Publisher Packt
ISBN-13 9781904811855
Length 270 pages
Edition 1st Edition
Languages
Tools
Concepts
Arrow right icon
Toc

Table of Contents (17) Chapters Close

OpenVPN
1. Credits
2. About the Author
3. About the Reviewers
4. Preface
1. VPN—Virtual Private Network FREE CHAPTER 2. VPN Security 3. OpenVPN 4. Installing OpenVPN 5. Configuring an OpenVPN Server—The First Tunnel 6. Setting Up OpenVPN with X509 Certificates 7. The Command openvpn and its Configuration File 8. Securing OpenVPN Tunnels and Servers 9. Advanced Certificate Management 10. Advanced OpenVPN Configuration 11. Troubleshooting and Monitoring Index

Using easy-rsa on Linux


We have learned earlier that easy-rsa is a part of OpenVPN and available on all platforms. Because we have worked through the generation of certificates on Windows, we will now have a look at the same process on a Linux system. On Debian Linux, easy-rsa can be found in the directory /usr/share/doc/openvpn/examples/easy-rsa. Start a root shell and change to this directory:

debian01:/# cd /usr/share/doc/openvpn/examples/easy-rsa
debian01:/usr/share/doc/openvpn/examples/easy-rsa# ls -l
total 80
drwxr-xr-x  2 root root 4096 2005-11-19 09:31 2.0
-rwxr-xr-x  1 root root  242 2005-11-01 12:06 build-ca
-rwxr-xr-x  1 root root  228 2005-11-01 12:06 build-dh
-rwxr-xr-x  1 root root  529 2005-11-01 12:06 build-inter
-rwxr-xr-x  1 root root  516 2005-11-01 12:06 build-key
-rwxr-xr-x  1 root root  424 2005-11-01 12:06 build-key-pass
-rwxr-xr-x  1 root root  695 2005-11-01 12:06 build-key-pkcs12
-rwxr-xr-x  1 root root  662 2005-11-01 12:06 build-key-server
-rwxr-xr-x  1 root...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image