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

From Edge Threat Management Wiki - Arista
Jump to navigationJump to search
No edit summary
Line 10: Line 10:


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

Revision as of 15:27, 5 October 2017

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 http://download.untangle.com/patches/generic/update_cert.sh | dash