Update loadcert.html
This commit is contained in:
parent
55eb92c9a1
commit
31d6b22ebc
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<img src="/logo.png"><br>
|
||||
<h1>Load certificate</h1>
|
||||
<p>After submitting, you will be redirected back to home, that means it's successful. Do not upload certificates with a password.</p><br>
|
||||
<form action="/loadcert" method=post enctype=multipart/form-data>
|
||||
<form action="/certload" 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">
|
||||
|
|
Loading…
Add table
Reference in a new issue