Update loadcert.html

This commit is contained in:
Nova Cat 2025-01-14 20:38:27 -08:00
parent 55eb92c9a1
commit 31d6b22ebc

View file

@ -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">