mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
vpnmain.cgi: Add option to regenerate the host certificate
This is necessary since we now have a much shorter lifetime for the host certificate. However, it is complicated to do this is which is why we are copying the previous certificate and generate a new CSR. This is then signed. A caveat of this patch is that we do not rollover the key. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -2212,6 +2212,7 @@
|
||||
'refresh' => 'Refresh',
|
||||
'refresh index page while connected' => 'Refresh index.cgi page while connected',
|
||||
'refresh update list' => 'Refresh update list',
|
||||
'regenerate host certificate' => 'Renew Host Certificate',
|
||||
'registered user rules' => 'Talos VRT rules for registered users',
|
||||
'reiserfs warning1' => 'Reiserfs is deprecated and scheduled to be removed from the kernel in 2025.',
|
||||
'reiserfs warning2' => 'Ensure a fresh installation is made using either ext4 or xfs filesystems before that date.',
|
||||
|
||||
Reference in New Issue
Block a user