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

From Edge Threat Management Wiki - Arista
Jump to navigationJump to search
No edit summary
 
(6 intermediate revisions by 2 users not shown)
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 10: Line 10:


<code>
<code>
curl -k https://www.untangle.com/download/patches/generic/update_cert | dash
curl -k https://downloads.untangle.com/public/patches/generic/update_cert.sh | dash
</code>
</code>
== Future ==
This is included in all versions after 7.0.

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