Skip to content

Commit 7c780c1

Browse files
committed
unifi-cert-update: use ISRG Root X1 CA rather than DST Root CA X3
See https://letsencrypt.org/2019/04/15/transitioning-to-isrg-root.html
1 parent 1d48dc1 commit 7c780c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

recipes-ubnt/unifi/unifi-cert-update.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SUMMARY = "Script to import LetsEncrypt certs into the unifi controller"
22
LICENSE = "MIT"
3-
LIC_FILES_CHKSUM = "file://unifi-cert-update.sh;endline=3;md5=55c3ccd75784371e468b72fecc3db25a"
3+
LIC_FILES_CHKSUM = "file://unifi-cert-update.sh;endline=3;md5=bc340cda2ec2853046b575068daebde0"
44

55
PV = "2"
66

recipes-ubnt/unifi/unifi-cert-update/unifi-cert-update.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2018 Allen Wild
2+
# Copyright (c) 2018-2020 Allen Wild
33
# SPDX-License-Identifier: MIT
44
#
55
# based on https://github.com/stevejenkins/unifi-linux-utils/blob/master/unifi_ssl_import.sh
@@ -9,7 +9,7 @@ set -e
99

1010
UNIFI_DIR=/usr/lib/unifi
1111
KEYSTORE=$UNIFI_DIR/data/keystore
12-
ROOT_CA=/etc/ssl/certs/DST_Root_CA_X3.pem
12+
ROOT_CA=/etc/ssl/certs/ISRG_Root_X1.pem
1313
PASSWORD=aircontrolenterprise
1414

1515
: ${JAVA_HOME:=/usr/lib/jvm/openjre-8}

0 commit comments

Comments
 (0)