diff options
author | Jaime Pérez Crespo <jaime.perez@uninett.no> | 2013-11-27 12:39:53 +0000 |
---|---|---|
committer | Jaime Pérez Crespo <jaime.perez@uninett.no> | 2013-11-27 12:39:53 +0000 |
commit | db9111479dffb903fdcf1ab1a714f1fa39dce19d (patch) | |
tree | ad02e5d1e2679fb0b374c3e70a6c7fe5d4253914 /docs/simplesamlphp-metadata-extensions-ui.txt | |
parent | e16394ed17eb3294ba1802f8f1cca43fcbea3cb2 (diff) | |
download | simplesamlphp-db9111479dffb903fdcf1ab1a714f1fa39dce19d.zip simplesamlphp-db9111479dffb903fdcf1ab1a714f1fa39dce19d.tar.gz simplesamlphp-db9111479dffb903fdcf1ab1a714f1fa39dce19d.tar.bz2 |
Update the documentation regarding certificates.
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3305 44740490-163a-0410-bde0-09ae8108e29a
Diffstat (limited to 'docs/simplesamlphp-metadata-extensions-ui.txt')
-rw-r--r-- | docs/simplesamlphp-metadata-extensions-ui.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/simplesamlphp-metadata-extensions-ui.txt b/docs/simplesamlphp-metadata-extensions-ui.txt index 7585a32..23cc1f8 100644 --- a/docs/simplesamlphp-metadata-extensions-ui.txt +++ b/docs/simplesamlphp-metadata-extensions-ui.txt @@ -184,8 +184,8 @@ If given the following configuration... $metadata['https://www.example.com/saml/saml2/idp/metadata.php'] = array( 'host' => 'www.example.com', - 'certificate' => 'server.crt', - 'privatekey' => 'server.pem', + 'certificate' => 'example.com.crt', + 'privatekey' => 'example.com.pem', 'auth' => 'example-userpass', 'UIInfo' => array( |