certs: check-in the default x509 config file
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 5 Nov 2021 03:59:55 +0000 (12:59 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 11 Dec 2021 13:09:14 +0000 (22:09 +0900)
commitf3a2ba44e93e2c192a872f2705fe66dbf39708d6
tree79cd91060c56ebbf0d3aff0a421e96b334bad7aa
parent54e2c77dd4cbf9bab5aa4ac8cf821005aaeb50fe
certs: check-in the default x509 config file

When x509.genkey is created, it prints a log:

  Generating X.509 key generation config

..., which is not the ordinary Kbuild log style.

Check-in the default config as certs/default_x509.genkey to make it
readable, and copy it to certs/x509.genkey if it is not present.

The log is shown in the Kbuild style.

  COPY    certs/x509.genkey

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
certs/Makefile
certs/default_x509.genkey [new file with mode: 0644]