Script - Generate new (2048bit) self-signed certificate: Difference between revisions

From Edge Threat Management Wiki - Arista
Jump to navigationJump to search
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 10: Line 10:


<code>
<code>
curl -k https://download.untangle.com/download/patches/generic/update_cert.sh | dash
curl -k https://downloads.untangle.com/public/patches/generic/update_cert.sh | dash
</code>
</code>

Latest revision as of 15:58, 27 November 2019

What it is

This script will replace your current certificate with a new 2048 bit self signed certificate. If your GUI is not loading after importing a certificate this patch will get it back to a state where you can login.

This patch will invalidate your existing cert, so make sure to backup any purchased certificates before running it.


How to apply

curl -k https://downloads.untangle.com/public/patches/generic/update_cert.sh | dash