Add loadcert.html
This commit is contained in:
parent
d5a800627c
commit
f1106f33b7
1 changed files with 21 additions and 0 deletions
21
loadcert.html
Normal file
21
loadcert.html
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<link rel="stylesheet" href="/style.css">
|
||||||
|
<title>Load certificate</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<center>
|
||||||
|
<img src="/logo.png"><br>
|
||||||
|
<h1>Load certificate</h1>
|
||||||
|
<p>After submitting, you will be redirected back to home, that means it's successful.</p><br>
|
||||||
|
<form action="/loadcert" method=post enctype=multipart/form-data>
|
||||||
|
<p>Chain file <input type=file name=cert></p>
|
||||||
|
<p>Private Key file <input type=file name=privkey></p><br>
|
||||||
|
<input type="submit" class="go" value="Upload">
|
||||||
|
</form><br>
|
||||||
|
<p><a href="/" class=download style="background-color: red;">Cancel</a></p>
|
||||||
|
</center>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Add table
Reference in a new issue