Skip to content
Snippets Groups Projects
Commit 383561e8 authored by Olav Morken's avatar Olav Morken
Browse files

Add metadata signing.

This patch adds metadata signing. It can be enabled globally by setting
the 'metadata.sign.enable' global option, or per SP/IdP by setting
the same option in the metadata of the SP/IdP.

To sign the metadata, both a private key and a certificate is used. The
following configuration options determine which key and certificate files
will be used:

- per SP/IdP metadata:
  'metadata.sign.privatekey' & 'metadata.sign.certificate'
- globally:
  'metadata.sign.privatekey' & 'metadata.sign.certificate'
- per SP/IdP metadata: (fallback)
  'privatekey' & 'certificate'


git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@593 44740490-163a-0410-bde0-09ae8108e29a
parent 6d9d1a7b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment