1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1
2
3
4
5
6
7
8
9
10
11
|
+
+
-
-
-
+
-
-
-
-
|
<html>
<head>
<title>CACKey</title>
<script type="text/javascript" src="jsrsasign.js"></script>
<script type="text/javascript" src="ui.js"></script>
</head>
<body>
<h1>CACKey for Chrome</h1>
<div>Currently there is no UI for this application</div>
<div>
CACKey provides certificates to Chrome without further
<div>Certificates: <span id="certificates"></span></div>
user interaction. You may have to open the "Smartcard
Manager App" or "Smartcard Connector" application and
select an appropriate USB smartcard reader.
</div>
</body>
</html>
|