Added the receiver script for the SecurityLayer
This commit is contained in:
parent
305f01c80f
commit
aa0cf6d83a
1 changed files with 10 additions and 0 deletions
10
www/tverify/seclayer.php
Normal file
10
www/tverify/seclayer.php
Normal file
|
@ -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…
Reference in a new issue