I want to have an authentification app to prive against Azure AD or Google.. or whatever.
Very near along the example
Arch-linux and docker-compose have problems using Python 3.xxx sudo pip install docker==2.7.0 solved the problem so far.
- docker-compose build
- docker-compuse up
- docker-compose run --rm authapp /bin/bash
- create a self-signed certificate openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -nodes -days 365