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

From Edge Threat Management Wiki - Arista
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Patches]]
 
== What it is ==
== What it is ==


This patch 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 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.'''
'''This patch will invalidate your existing cert, so make sure to backup any purchased certificates before running it.'''
Line 12: Line 12:
curl -k https://www.untangle.com/download/patches/generic/update_cert.sh | dash
curl -k https://www.untangle.com/download/patches/generic/update_cert.sh | dash
</code>
</code>
== Future ==
This is included in all versions after 7.0.

Revision as of 03:43, 18 August 2016

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