Skip to content

Commit fe054d9

Browse files
save file
1 parent 84fe295 commit fe054d9

File tree

1 file changed

+27
-16
lines changed

1 file changed

+27
-16
lines changed

utils/x509/generate-certificate-chain/generate-certificate-chain.html

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@
33

44
<html>
55

6-
<head>
6+
<head>
77

8-
<title>generate certificate chain</title>
9-
10-
<base href='https://javascript-2020.github.io/utils/x509/generate-certificate-chain/generate-certificate-chain.html'>
11-
<link rel='shortcut icon' type='image/x-icon' href='images/favicon.ico'>
12-
13-
<style>
8+
<title>generate certificate chain</title>
9+
10+
<base href='https://javascript-2020.github.io/utils/x509/generate-certificate-chain/'>
11+
12+
<link rel='shortcut icon' type='image/x-icon' href='images/favicon.ico'>
13+
14+
<script init>
15+
16+
</script>
17+
18+
19+
<style>
1420

1521
html
1622
{height:100%}
@@ -39,11 +45,11 @@
3945
pre
4046
{flex:1;border:1px solid lightgray;padding:10px}
4147

42-
</style>
48+
</style>
4349

44-
</head>
50+
</head>
4551

46-
<body>
52+
<body>
4753

4854

4955
<div class=hdr>
@@ -77,7 +83,10 @@
7783
<pre id=view>
7884
</pre>
7985

80-
<script>
86+
</body>
87+
88+
89+
<script>
8190
console.clear();
8291
console.log('generate-certificate-chain');
8392
console.log();
@@ -226,10 +235,12 @@
226235

227236

228237

229-
</script>
238+
</script>
230239

231-
232-
</body>
233-
234240

235-
</html>
241+
</html>
242+
243+
244+
245+
246+

0 commit comments

Comments
 (0)