Diff

Differences From Artifact [b2f6c09e6c]:

To Artifact [22195d78ea]:


1
2
3


4
5
6
7
8
9
10
11
12
13
14
15
<html>
	<head>
		<title>CACKey</title>


	</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
			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>



>
>



<
<
|
<
<
<
<


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>Certificates: <span id="certificates"></span></div>




	</body>
</html>