From 0d3dba2b6991d9d66f1bbf27e4e261fb94c764fe Mon Sep 17 00:00:00 2001 From: Evan Allrich Date: Sun, 5 Feb 2023 04:51:18 -0600 Subject: [PATCH] Minor doc fixes (#452) --- source/manual/certificates.rst | 1 + source/manual/interfaces.rst | 2 +- source/manual/reverse_proxy.rst | 2 +- source/manual/vpnet.rst | 4 ++-- source/relations.rst | 6 +++--- source/security.rst | 2 +- 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/source/manual/certificates.rst b/source/manual/certificates.rst index f90a7818..e0e9f5ae 100644 --- a/source/manual/certificates.rst +++ b/source/manual/certificates.rst @@ -8,6 +8,7 @@ avoiding the need to use the ``openssl`` command line tool. Certificates in OPNs :menuselection:`System --> Trust --> Certificates`. Examples of OPNsense components that use certificates: + * OpenVPN * IPsec * Captive Portal diff --git a/source/manual/interfaces.rst b/source/manual/interfaces.rst index c35d01e3..97441265 100644 --- a/source/manual/interfaces.rst +++ b/source/manual/interfaces.rst @@ -20,7 +20,7 @@ port 1. Assignments can be changed by going to :menuselection:`Interfaces --> As interfaces, with the interface name on the left and the physical port selected in the dropdown. New ones can be created here as well, using a non-occupied physical port. -When creating a new interfaces or changing an existing one (which can be done by clicking its name in the overview), +When creating a new interface or changing an existing one (which can be done by clicking its name in the overview), the following options are available: =========================== ============================================================================================================================================================ diff --git a/source/manual/reverse_proxy.rst b/source/manual/reverse_proxy.rst index e3a0c362..7eca26c3 100644 --- a/source/manual/reverse_proxy.rst +++ b/source/manual/reverse_proxy.rst @@ -133,7 +133,7 @@ redirects, manipulation of downloaded files like executables). Modern clients and servers should support TLS 1.2 and TLS 1.3. All others should be disabled. -TLS - Diffenent ways to use it +TLS - Different ways to use it ============================== 1) Breaking up the connection on the firewall (down- and upstream are using TLS) diff --git a/source/manual/vpnet.rst b/source/manual/vpnet.rst index a217a653..48111729 100644 --- a/source/manual/vpnet.rst +++ b/source/manual/vpnet.rst @@ -323,14 +323,14 @@ placing files with a :code:`.conf` extension in the directory :code:`/usr/local/ OpenVPN (SSL VPN) -------------------------- -One of the main advantages of OpenVPN in comparison to IPsec is the ease of configuration, there are less settings involved +One of the main advantages of OpenVPN in comparison to IPsec is the ease of configuration, there are fewer settings involved and it's quite simple to export settings for clients. ................................. Site 2 Site ................................. -OpenVPN on OPNsense can also be used to create a tunnel between two locations, similar to what IPsec offers, generally +OpenVPN on OPNsense can also be used to create a tunnel between two locations, similar to what IPsec offers. Generally the performance of IPsec is higher which usually makes this a less common choice. .. toctree:: diff --git a/source/relations.rst b/source/relations.rst index 85349fad..ae6e004e 100644 --- a/source/relations.rst +++ b/source/relations.rst @@ -3,9 +3,9 @@ Project Relations ==================================== The OPNsense® development team believes that sharing knowledge makes better -products. The team is proud on it relations with other projects & organizations -and likes to mention them and their hard work. More details may be found on -these pages. +products. The team is proud of its relations with other projects & +organizations and likes to mention them and their hard work. More details may +be found on these pages. .. toctree:: :maxdepth: 2 diff --git a/source/security.rst b/source/security.rst index 3f5205b0..7d21a217 100644 --- a/source/security.rst +++ b/source/security.rst @@ -11,7 +11,7 @@ Intro As your trusted opensource security product, we do care a lot about security and with our regular release schedule we try to stay ahead of possible incidents. Even though we are cautious and stay informed, sometimes issues -do ocure, in which case it's good to know what to do. +do occur, in which case it's good to know what to do. ------------------------------------------------------------