breaking up services documentation into documentation files related to service groups

This commit is contained in:
Blake Harnden 2020-02-05 10:18:57 -08:00
parent 461a27989c
commit 52cdc0d75c
11 changed files with 449 additions and 306 deletions

14
docs/services/security.md Normal file
View file

@ -0,0 +1,14 @@
# Security Services
* Table of Contents
{:toc}
## Overview
The security services offer a wide variety of protocols capable of satisfying the most use cases available. Security services such as IP security protocols, for providing security at the IP layer, as well as the suite of protocols designed to provide that security, through authentication and encryption of IP network packets. Virtual Private Networks (VPNs) and Firewalls are also available for use to the user.
## Installation
```shell
sudo apt-get install ipsec-tools racoon openvpn
```