Don't hardcode the signature length to RSA-2048 (#1872)
This commit is contained in:
parent
336062d467
commit
3b9e37e1dd
6 changed files with 26 additions and 16 deletions
|
|
@ -316,11 +316,13 @@
|
|||
placeholder="/dir/pkey.pem"
|
||||
v-model="config.pkey"
|
||||
/>
|
||||
<div class="form-text">The private key must be 2048 bits</div>
|
||||
<div class="form-text">
|
||||
The private key used for the web UI and Moonlight client pairing. For best compatibility, this should be an RSA-2048 private key.
|
||||
</div>
|
||||
</div>
|
||||
<!--Cert-->
|
||||
<!--Certificate-->
|
||||
<div class="mb-3">
|
||||
<label for="cert" class="form-label">Cert</label>
|
||||
<label for="cert" class="form-label">Certificate</label>
|
||||
<input
|
||||
type="text"
|
||||
class="form-control"
|
||||
|
|
@ -329,7 +331,7 @@
|
|||
v-model="config.cert"
|
||||
/>
|
||||
<div class="form-text">
|
||||
The certificate must be signed with a 2048 bit key
|
||||
The certificate used for the web UI and Moonlight client pairing. For best compatibility, this should have an RSA-2048 public key.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue