Skip to content

Commit

Permalink
Merge pull request #33 from flatcar/tormath1/sdk-openssl
Browse files Browse the repository at this point in the history
baselayout: add openssl configuration required to sign from the SDK
  • Loading branch information
tormath1 authored Jan 23, 2024
2 parents 9f04166 + 146823b commit 937a45f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions baselayout/pkcs11.cnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
openssl_conf = openssl_init

[openssl_init]
engines=engine_section

[engine_section]
pkcs11 = pkcs11_section

[pkcs11_section]
engine_id = pkcs11
dynamic_path = /usr/lib64/engines-3/libpkcs11.so
MODULE_PATH = /usr/lib64/pkcs11/opensc-pkcs11.so
init = 0

0 comments on commit 937a45f

Please sign in to comment.