-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
21 lines (20 loc) · 1.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<title>SSL Observatory</title>
<link rel="stylesheet" href="style.css" type="text/css" media="screen" charset="utf-8">
</head>
<body>
<h1>SSL Observatory</h1>
The <a href="http://eff.org/observatory/">EFF SSL Observatory</a> is a database
of SSL certificates observed on the public Internet.
observatory.noisebridge.net is a work-in-progress web frontend. Soon there will
be a search interface and query stuff. In the meantime, have some sample links:
<ul>
<li>noisebridge.net - <a href="ssl.html?sha1=05086b5602c4dbd031065e64438c42d94de1b36f">SHA1=05086b56…</a></li>
<li>*.eff.org - <a href="ssl.html?sha1=57f33f884bbc7b832325f2479a9c40ad215ae11d">SHA1=57f33f88…</a></li>
</ul>
<div class="footer">
<div class='debug'><span class='moreclick' id='debugmore'>[debug]</span><span class='debug defaulthidden' id='debug'></span></div>
<a href="https://github.com/radii/sslobservatory-ui">sslobservatory-ui</a> - <a href="https://github.com/radii/sslobservatory-api">sslobservatory-api</a> - <a href="https://eff.org/observatory">EFF SSL Observatory</a>
</body>
</html>