Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 741 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 741 Bytes

Simplesamlphp + PHP-fpm

Forked from solazs/docker-ssp-aa-php-fpm

Published image: docker hub

Building

docker build -t hexaaproject/ssp-aa:latest .

Usage

  1. Mount your config (config.php and module_aa.php) in /opt/simplesamlphp/config/.
  2. Mount key and cert in /opt/simplesamlphp/cert/.
  3. Mount metadata in /opt/simplesamlphp/metadata/.
  4. Configure apache or nginx to serve this container.

You can see an example in our backend Ansible role + Ansible playbook