August 2015
Intermediate to advanced
364 pages
7h 35m
English
When setting up an OpenVPN configuration, there are a few common mistakes that are easily made. These configuration mistakes can be roughly divided up into four categories:
tun versus tap, ciphers, and compressionIn this section, we will go through the first three of these categories. Routing mistakes will be discussed later in this chapter.
The client configuration file will almost always contain three lines like this:
ca ca.crt cert client.crt key client.key
These certificate and private key files were created in Chapter 3, PKIs and Certificates ...
Read now
Unlock full access