Improve top level commint in CGI script example

This commit is contained in:
Benjamin Dauvergne 2014-10-17 23:02:12 +02:00
parent 3a7173ad3b
commit e54e7d3474
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
/** /**
* Simple Lasso CGI * Simple Lasso CGI
* *
* take its own metadata file as first argument, the private key as second argument, then IdP metadata files. * Usage:
* URL, HOST and HTTP scheme are extracted from environment, metadata file is generated.
* *
* ./main <private-key.pem> <certificate.pem> [<idp-metadata.xml>...]
* *
* The assertion consumer only support the POST binding. * The assertion consumer only support the POST binding, single logout is not supported.
* *
* Entr'ouvert © 2014 * Entr'ouvert © 2014
*/ */