Thanks, applied as 22771878dc0dffd45b44346147ba0fb828cd33e6. Michael
[sent from post-receive hook] On Tue, 06 Oct 2020 10:18:50 +0200, Bastian Krause <[email protected]> wrote: > Prior to the code signing infrastructure introduction, 001a500ed > ("scripts: add script that generates test certificates for RAUC") > suggested to move the private key to > <platform-dir>/config/rauc/rauc.key.pem. This is the location that > should be checked for key material. > > Fixes: c420c0745 ("rauc/image-rauc: use code signing infrastructure for key > retrieval") > Signed-off-by: Bastian Krause <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/rauc.make b/rules/rauc.make > index c1cba47e9dd0..75a7d35212cd 100644 > --- a/rules/rauc.make > +++ b/rules/rauc.make > @@ -48,7 +48,7 @@ RAUC_CONF_OPT := \ > > $(STATEDIR)/rauc.prepare: > @$(call targetinfo) > - @test ! -e "$(call ptx/in-platformconfigdir, config/rauc/rauc.key)" || \ > + @test ! -e "$(call ptx/in-platformconfigdir, config/rauc/rauc.key.pem)" > || \ > ptxd_bailout "Please use the signing provider infrastructure > desribed in:" \ > "https://www.ptxdist.org/doc/dev_code_signing.html" > @$(call world/prepare, RAUC) _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
