acme.sh icon indicating copy to clipboard operation
acme.sh copied to clipboard

Unifi OS removed keytool in v3.1+ and other updates to unifi deploy hook

Open 3VAbdAVE opened this issue 1 year ago • 1 comments

Ubiquiti removed keytool from UnifiOS ~v3.1, but still uses a JKS keystore with a self-signed for the console application. This script probably shouldn't be auto-installing packages on appliances, but this now explains what's up to the user and lets them decide when it fails on a missing keytool.

The Unifi console is not configured to use strong cipher suites required by default letsencrypt RSA certificates, so update the configuration prior to service restart.

In my initial attempts to use this deploy hook, it broke and I had to hunt down original certificates, so backup the existing certificates, which we just assume are working.

3VAbdAVE avatar Apr 17 '24 15:04 3VAbdAVE

fix the format errors.

Neilpang avatar Apr 21 '24 08:04 Neilpang

Ref #3359

medmunds avatar Jul 24 '24 20:07 medmunds