diff --git a/docs/installation/providers/community/ubuntu.md b/docs/installation/providers/community/ubuntu.md index 4e5febeb..52e33f75 100644 --- a/docs/installation/providers/community/ubuntu.md +++ b/docs/installation/providers/community/ubuntu.md @@ -13,7 +13,8 @@ Faveo can run on [Ubuntu 18.04 (Bionic Beaver)](http://releases.ubuntu.com/18.04 - [4. Configure cron job](#4-configure-cron-job) - [5. Configure Apache webserver](#5-configure-apache-webserver) - [6. Redis Installation](#redis-installation) - - [7. Final step](#final-step) + - [7. SSL Installation](#ssl-installation) + - [8. Final step](#final-step) ## Prerequisites @@ -224,7 +225,7 @@ sudo service php7.3-fpm restart sudo service apache2 restart ``` -### 7. Redis Installation +### 6. Redis Installation Redis is an open-source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. @@ -232,6 +233,15 @@ This is an optional step and will improve system performance and is highly recom [Redis installation documentation](https://support.faveohelpdesk.com/show/install-and-configure-redis-supervisor-and-worker-for-faveo-on-ubuntu-1604) + +### 7. SSL Installation + +Secure Sockets Layer (SSL) is a standard security technology for establishing an encrypted link between a server and a client. Let's Encrypt is a free, automated, and open certificate authority. + +This is an optional step and will improve system security and is highly recommended. + +[Let’s Encrypt SSL installation documentation](https://support.faveohelpdesk.com/show/install-lets-encrypt-ssl-on-ubuntu-18-running-apache-web-server) + ### 8. Final step diff --git a/docs/installation/providers/enterprise/ubuntu.md b/docs/installation/providers/enterprise/ubuntu.md index 5f0de8ab..8e25b60b 100644 --- a/docs/installation/providers/enterprise/ubuntu.md +++ b/docs/installation/providers/enterprise/ubuntu.md @@ -14,7 +14,8 @@ Faveo can run on [Ubuntu 18.04 (Bionic Beaver)](http://releases.ubuntu.com/18.04 - [4. Configure cron job](#4-configure-cron-job) - [5. Configure Apache webserver](#5-configure-apache-webserver) - [6. Redis Installation](#redis-installation) - - [7. Final step](#final-step) + - [7. SSL Installation](#ssl-installation) + - [8. Final step](#final-step) @@ -223,7 +224,7 @@ sudo service php7.3-fpm restart sudo service apache2 restart ``` -### 7. Redis Installation +### 6. Redis Installation Redis is an open-source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. @@ -231,6 +232,15 @@ This is an optional step and will improve system performance and is highly recom [Redis installation documentation](https://support.faveohelpdesk.com/show/install-and-configure-redis-supervisor-and-worker-for-faveo-on-ubuntu-1604) + +### 7. SSL Installation + +Secure Sockets Layer (SSL) is a standard security technology for establishing an encrypted link between a server and a client. Let's Encrypt is a free, automated, and open certificate authority. + +This is an optional step and will improve system security and is highly recommended. + +[Let’s Encrypt SSL installation documentation](https://support.faveohelpdesk.com/show/install-lets-encrypt-ssl-on-ubuntu-18-running-apache-web-server) + ### 8. Final step