Skip to content

test: update keys/Makefile to clean and build all

Currently when running make clean, followed by make not all certificates get genenerated. In addition there are also the following error messages related to the startdate in agent8-cert.pem, and agent9-cert.pem:

start date is invalid, it should be YYMMDDHHMMSSZ

After this commit it is possible to perform the following commands:

$ make clean
$ make
$ make test
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading