Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.01 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.01 KB

shibboleth-over-nginx-okadai

description

  1. first, run make certs to generate the certs for the encrypt, signing keys
make certs
  1. then, run mkcert [FQDN] to generate the certs for the domain
mkcert devgenec.okayama-u.ac.jp
  1. then, run make up to build and run the docker containers
make up
  1. access the service at https://devgenec.okayama-u.ac.jp. you may need to add the following to your /etc/hosts file
127.0.0.1 devgenec.okayama-u.ac.jp
  1. get Metadata from https://devgenec.okayama-u.ac.jp/Shibboleth.sso/Metadata
  2. upload Metadata to Shibboleth IdP
  3. access the service at https://devgenec.okayama-u.ac.jp again

license

Copyright (c) 2023 R74

references