Myron's Dev Notes


HTML

Ref

Check SSL Certs

echo |openssl s_client -connect localhost:443
echo |openssl s_client -host hostname.com -port 443

sample index.html

<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title></title>
    <base href="/">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="icon" type="image/x-icon" href="favicon.ico">
    <script>
        var global = global || window;
    </script>
</head>
<body>
</body>
</html>