Documentation: How to enable SSL on Firefox
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
BIN
docs/_static/img/global-configuration/https-ssl-01-firefox-settings.png
vendored
Normal file
After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
BIN
docs/_static/img/global-configuration/https-ssl-02-firefox-security-settings.png
vendored
Normal file
After Width: | Height: | Size: 152 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
BIN
docs/_static/img/global-configuration/https-ssl-03-firefox-authorities.png
vendored
Normal file
After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
BIN
docs/_static/img/global-configuration/https-ssl-05-firefox-set-trust.png
vendored
Normal file
After Width: | Height: | Size: 59 KiB |
3
docs/configuration-global/bind.rst
Normal file
@ -0,0 +1,3 @@
|
||||
****
|
||||
BIND
|
||||
****
|
3
docs/configuration-global/devilbox-intranet.rst
Normal file
@ -0,0 +1,3 @@
|
||||
*****************
|
||||
Devilbox Intranet
|
||||
*****************
|
@ -73,15 +73,15 @@ Chrome / Chromium
|
||||
Open Chrome settings, scroll down to the very bottom and click on ``Advanced`` to expand the
|
||||
advanced settings.
|
||||
|
||||
.. image:: /_static/img/global-configuration/https-ssl-01-settings.png
|
||||
.. image:: /_static/img/global-configuration/https-ssl-01-chrome-settings.png
|
||||
|
||||
Find the setting ``Manage certificates`` and open it.
|
||||
|
||||
.. image:: /_static/img/global-configuration/https-ssl-02-advanced-settings.png
|
||||
.. image:: /_static/img/global-configuration/https-ssl-02-chrome-advanced-settings.png
|
||||
|
||||
Navigate to the tab setting ``AUTHORITIES`` and click on ``IMPORT``.
|
||||
|
||||
.. image:: /_static/img/global-configuration/https-ssl-03-authorities.png
|
||||
.. image:: /_static/img/global-configuration/https-ssl-03-chrome-authorities.png
|
||||
|
||||
Select ``devilbox-ca.crt`` from within the Devilbox ``./ca`` directory:
|
||||
|
||||
@ -90,13 +90,41 @@ Select ``devilbox-ca.crt`` from within the Devilbox ``./ca`` directory:
|
||||
As the last step you are asked what permissions you want to grant the newly importat CA.
|
||||
To make sure it works everywhere, check all options and proceed with ``OK``.
|
||||
|
||||
.. image:: /_static/img/global-configuration/https-ssl-05-set-trust.png
|
||||
.. image:: /_static/img/global-configuration/https-ssl-05-chrome-set-trust.png
|
||||
|
||||
Now you are all set and all generated SSL certificates will be valid from now on.
|
||||
|
||||
.. image:: /_static/img/global-configuration/https-ssl-address-bar.png
|
||||
|
||||
|
||||
Firefox
|
||||
-------
|
||||
|
||||
Open Firefox settings and click on ``Privacy & Security``.
|
||||
|
||||
.. image:: /_static/img/global-configuration/https-ssl-01-firefox-settings.png
|
||||
|
||||
At the very bottom click on the button ``View Certificates``.
|
||||
|
||||
.. image:: /_static/img/global-configuration/https-ssl-02-firefox-security-settings.png
|
||||
|
||||
In the ``Authories`` tab, click on ``Import``.
|
||||
|
||||
.. image:: /_static/img/global-configuration/https-ssl-03-firefox-authorities.png
|
||||
|
||||
Select ``devilbox-ca.crt`` from within the Devilbox ``./ca`` directory:
|
||||
|
||||
.. image:: /_static/img/global-configuration/https-ssl-04-import.png
|
||||
|
||||
As the last step you are asked what permissions you want to grant the newly importat CA.
|
||||
To make sure it works everywhere, check all options and proceed with ``OK``.
|
||||
|
||||
.. image:: /_static/img/global-configuration/https-ssl-05-firefox-set-trust.png
|
||||
|
||||
Now you are all set and all generated SSL certificates will be valid from now on.
|
||||
|
||||
.. image:: /_static/img/global-configuration/https-ssl-address-bar.png
|
||||
|
||||
|
||||
Further Reading
|
||||
===============
|
||||
|
3
docs/configuration-global/memcached.rst
Normal file
@ -0,0 +1,3 @@
|
||||
*********
|
||||
Memcached
|
||||
*********
|
3
docs/configuration-global/mongodb.rst
Normal file
@ -0,0 +1,3 @@
|
||||
*******
|
||||
MongoDB
|
||||
*******
|
3
docs/configuration-global/mysql.rst
Normal file
@ -0,0 +1,3 @@
|
||||
*****
|
||||
MySQL
|
||||
*****
|
5
docs/configuration-global/php.rst
Normal file
@ -0,0 +1,5 @@
|
||||
***
|
||||
PHP
|
||||
***
|
||||
|
||||
Environment variables
|
3
docs/configuration-global/redis.rst
Normal file
@ -0,0 +1,3 @@
|
||||
*****
|
||||
Redis
|
||||
*****
|
57
docs/configuration-global/webserver.rst
Normal file
@ -0,0 +1,57 @@
|
||||
.. _configuration_webserver:
|
||||
|
||||
**********
|
||||
Web server
|
||||
**********
|
||||
|
||||
This page lists a general overview about the bundled web server - its features,
|
||||
where it comes from, how it is built and what configuration is possible.
|
||||
|
||||
|
||||
**Table of Contents**
|
||||
|
||||
.. contents:: :local:
|
||||
|
||||
|
||||
Features
|
||||
========
|
||||
|
||||
Auto-virtual hosts
|
||||
------------------
|
||||
|
||||
File permission problem
|
||||
------------------------
|
||||
|
||||
Custom global configuration
|
||||
---------------------------
|
||||
|
||||
Custom vhost configuration
|
||||
--------------------------
|
||||
|
||||
|
||||
Information
|
||||
===========
|
||||
|
||||
Dockerfile
|
||||
----------
|
||||
|
||||
Github
|
||||
------
|
||||
|
||||
Dockerhub
|
||||
---------
|
||||
|
||||
Build process
|
||||
-------------
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
.env file
|
||||
---------
|
||||
|
||||
apache.conf / nginx.conf
|
||||
------------------------
|
||||
|
||||
vhost-gen
|
||||
---------
|