mirror of
https://github.com/torvalds/linux.git
synced 2025-11-01 09:09:47 +02:00
When CONFIG_MODULE_SIG_KEY is PKCS#11 URI (pkcs11:*) and contains a
semicolon, signing_key.x509 fails to build:
certs/extract-cert pkcs11:token=foo;object=bar;pin-value=1111 certs/signing_key.x509
Usage: extract-cert <source> <dest>
Add quotes to the extract-cert argument to avoid splitting by the shell.
This approach was suggested by Masahiro Yamada <masahiroy@kernel.org>.
Fixes:
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| blacklist.c | ||
| blacklist.h | ||
| blacklist_hashes.c | ||
| check-blacklist-hashes.awk | ||
| default_x509.genkey | ||
| extract-cert.c | ||
| Kconfig | ||
| Makefile | ||
| revocation_certificates.S | ||
| system_certificates.S | ||
| system_keyring.c | ||