diff options
Diffstat (limited to 'python/doc/tutorial/sp-init.py')
| -rw-r--r-- | python/doc/tutorial/sp-init.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/doc/tutorial/sp-init.py b/python/doc/tutorial/sp-init.py index 6c2e9227..7706f130 100644 --- a/python/doc/tutorial/sp-init.py +++ b/python/doc/tutorial/sp-init.py @@ -9,6 +9,7 @@ import lasso # Initialize with service provider informations. [...] # Get metadata_file_path, public_key_file_path, private_key_file_path & # certificate_file_path. +# The last argument lassoSignatureMethod... must be the method used to crypt the private key. server = lasso.Server.new(metadata_file_path, public_key_file_path, private_key_file_path, certificate_file_path, lasso.signatureMethodRsaSha1) |
