Skip to content

docker/shib-sp

3.2.1_03172021
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Code
This branch is 42 commits behind master.

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
October 12, 2018 22:15
August 24, 2016 15:39
March 17, 2021 15:08
December 20, 2018 07:38
October 13, 2018 20:52
March 17, 2021 15:08

TIER shibboleth-sp

Build Status

This is the TIER upstream Shibboleth SP container.

It is based from CentOS 7 and includes httpd, mod_ssl, and the current shibboleth SP.

Files you must supply/override in your downstream builds:

  1. The SP's private keys and corresponding certificates (very important!), which can be generated in your downstream container like this:
RUN /etc/shibboleth/keygen.sh -o /etc/shibboleth/ -y 10 -n sp-encrypt -f \
     && /etc/shibboleth/keygen.sh -o /etc/shibboleth/ -y 10 -n sp-signing -f

      ...those commands generate/overwrite the following files:   
                  /etc/shibboleth/sp-encrypt-key.pem   
                  /etc/shibboleth/sp-encrypt-cert.pem   
                  /etc/shibboleth/sp-signing-key.pem   
                  /etc/shibboleth/sp-signing-cert.pem   
  1. /etc/httpd/conf.d/ssl.conf
including:   
 ServerName fqdn:port   
 UseCanonicalName On   
  1. /etc/shibboleth/shibboleth2.xml
including:   
 entityID   



New in the 3.0 release:

  • The image is based from the public CentOS7 image
  • The TIER logging format has been implemented for shibd and httpd
  • Everything now runs under supervisord
  • The TIER Beacon has been implemented
  • The file /etc/httpd/conf.d/ssl.conf is now the default CentOS7 file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published