From 71459bc129f9031c7f4e878e7f53343f20a52c3f Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Tue, 13 Jul 2004 11:50:44 +0000 Subject: Document a trap in which I was caught. --- python/doc/tutorial/sp-init.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/doc/tutorial/sp-init.py') 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) -- cgit