diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/lasso-book/writing-a-php-sp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/lasso-book/writing-a-php-sp.txt b/docs/lasso-book/writing-a-php-sp.txt index e6e52d67..9d44ca0e 100644 --- a/docs/lasso-book/writing-a-php-sp.txt +++ b/docs/lasso-book/writing-a-php-sp.txt @@ -64,7 +64,7 @@ The ``LassoServer`` object may be created as follows:: lasso_init(); $server = &new LassoServer("sp-metadata.xml", "sp-private-key.pem", - "sp-crt.pem", LASSO_SIGNATURE_METHOD_SHA1); + "sp-crt.pem", LASSO_SIGNATURE_METHOD_RSA_SHA1); $server->addProvider(LASSO_PROVIDER_ROLE_IDP, "idp-metadata.xml", "idp-public-key.pem", "ca-crt.pem"); lasso_shutdown(); |
