Added the receiver script for the SecurityLayer

pull/1/head
root 17 years ago
parent 305f01c80f
commit aa0cf6d83a

@ -0,0 +1,10 @@
<html>
<head>
<title>SecurityLayer Result</title>
</head>
<body>
<h1>User: <?=htmlspecialchars($_REQUEST['user'])?></h1>
The following is the result that your signature card has sent to CAcert. At this point, CAcert would have to parse the result and verify the signature, but this hasn't been implemented yet. Our developers might ask you to send them this data. But please be careful, since it contains your personal data!
<pre><?=htmlspecialchars($_REQUEST['XMLResponse'])?></pre>
</body>
</html>
Loading…
Cancel
Save