attendedsysupgrade-common: update ASU CA pubkey
The old key was overwritten during a machine migration and the current worker key is no longer valid. To create new valid worker certificates this commit adds a new CA pubkey. To update running OpenWrt devices via a client one needs to force install it or upgrade to the latest version of `attendedsysupgrade-common` - I'm sorry for the inconvenience. This change is only related to the `usign` pubkey and `ucert` certificate which is used to sign all created images on the server. While at it, use INSTALL_DATA instead of INSTALL_BIN. Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
parent
de85ed88a7
commit
646fbeafdc
3 changed files with 4 additions and 4 deletions
|
@ -49,10 +49,10 @@ endef
|
|||
|
||||
define Package/attendedsysupgrade-common/install
|
||||
$(INSTALL_DIR) $(1)/etc/uci-defaults/
|
||||
$(INSTALL_BIN) ./files/attendedsysupgrade.defaults $(1)/etc/uci-defaults/attendedsysupgrade
|
||||
$(INSTALL_DATA) ./files/attendedsysupgrade.defaults $(1)/etc/uci-defaults/attendedsysupgrade
|
||||
|
||||
$(INSTALL_DIR) $(1)/etc/opkg/keys/
|
||||
$(INSTALL_BIN) ./files/86241a707a30cb7f $(1)/etc/opkg/keys/86241a707a30cb7f
|
||||
$(INSTALL_DATA) ./files/8a11255d14aef6c8 $(1)/etc/opkg/keys/8a11255d14aef6c8
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,attendedsysupgrade-common))
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
untrusted comment: ASU CA pubkey
|
||||
RWSGJBpwejDLf4OApA5SOavh0GBlBFY9FhqxnivUQHpi0/t0QRI98LPW
|
2
utils/attendedsysupgrade-common/files/8a11255d14aef6c8
Normal file
2
utils/attendedsysupgrade-common/files/8a11255d14aef6c8
Normal file
|
@ -0,0 +1,2 @@
|
|||
untrusted comment: ASU CA pubkey 2022
|
||||
RWSKESVdFK72yB0Y5q0ckpqqXU+51UbFYYMPRrOTMdNjvLkU1tjJTSiU
|
Loading…
Reference in a new issue