Documentation: How to enable SSL on Firefox

This commit is contained in:
cytopia 2018-05-05 12:57:11 +02:00
parent ea08824172
commit 9e469cdc72
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
17 changed files with 112 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

View File

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -0,0 +1,3 @@
****
BIND
****

View File

@ -0,0 +1,3 @@
*****************
Devilbox Intranet
*****************

View File

@ -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
===============

View File

@ -0,0 +1,3 @@
*********
Memcached
*********

View File

@ -0,0 +1,3 @@
*******
MongoDB
*******

View File

@ -0,0 +1,3 @@
*****
MySQL
*****

View File

@ -0,0 +1,5 @@
***
PHP
***
Environment variables

View File

@ -0,0 +1,3 @@
*****
Redis
*****

View 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
---------