Commit Graph

9 Commits

Author SHA1 Message Date
1fe8a3c326 add redirection to https from http
if the ssl configuration is launched, we redirect to the https
pages automatically.
2016-04-10 19:21:01 +02:00
0a39d8c8b1 Add filter for containers
The filter will only consider containers that have domains
configured.
2016-04-10 11:54:27 +02:00
b1c32049a0 Removed unsecure RC4
RC4-SHA was marked insecure by https://sslanalyzer.comodoca.com
2016-04-10 09:36:03 +02:00
d5425aef30 Updated diagramm 2016-04-08 07:36:51 +02:00
973abaeb23 Required Domains extracted at startup
The required domains are now extracted at startup of the
container via the docker socket. A certificate that contains all
domains as common or alternative name is generated and used.
2016-04-08 06:46:00 +02:00
63994b2103 remove obsolete start.sh 2016-04-08 06:31:10 +02:00
27ba704ee6 add code to extract all resolving domains from the containers 2016-04-07 08:03:13 +02:00
a57fa08340 First semiworking iteration
Container can be started with empty data directory.
After using docker exec the commands from the NOTES file can be
used to create a first cert and additional certs after that.
2016-04-06 20:26:08 +02:00
574c94b8ac Initial commit
initial commit
2016-04-03 09:08:55 +02:00