updated example with correct path to certificates

This commit is contained in:
Frédéric Péters 2004-08-21 18:56:18 +00:00
parent 9ed2fd5828
commit 4b9f87788e
1 changed files with 3 additions and 3 deletions

View File

@ -14,10 +14,10 @@ public class runme
Console.WriteLine("new LassoServer");
LassoServer server = new LassoServer(
"../tests/data/idp1-la/metadata.xml",
"../../tests/data/idp1-la/metadata.xml",
"",
"../tests/data/idp1-la/private-key-raw.pem",
"../tests/data/idp1-la/certificate.pem",
"../../tests/data/idp1-la/private-key-raw.pem",
"../../tests/data/idp1-la/certificate.pem",
lasso.lassoSignatureMethodRsaSha1);