Should be .secure_files
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,6 @@
|
|||||||
.idea
|
.idea
|
||||||
cosign.key
|
cosign.key
|
||||||
.secure-files/
|
.secure_files/
|
||||||
/Containerfile
|
/Containerfile
|
||||||
/.env
|
/.env
|
||||||
/Containerfile.*
|
/Containerfile.*
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ modules:
|
|||||||
PUBLIC_KEY_DER_PATH: /etc/pki/akmods/certs/akmods-wunker-bunker.der
|
PUBLIC_KEY_DER_PATH: /etc/pki/akmods/certs/akmods-wunker-bunker.der
|
||||||
secrets:
|
secrets:
|
||||||
- type: file
|
- type: file
|
||||||
source: ./.secure-files/MOK.priv
|
source: ./.secure_files/MOK.priv
|
||||||
mount:
|
mount:
|
||||||
type: file
|
type: file
|
||||||
destination: /tmp/certs/private_key.priv
|
destination: /tmp/certs/private_key.priv
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ modules:
|
|||||||
PUBLIC_KEY_DER_PATH: /etc/pki/akmods/certs/akmods-wunker-bunker.der
|
PUBLIC_KEY_DER_PATH: /etc/pki/akmods/certs/akmods-wunker-bunker.der
|
||||||
secrets:
|
secrets:
|
||||||
- type: file
|
- type: file
|
||||||
source: ./.secure-files/MOK.priv
|
source: ./.secure_files/MOK.priv
|
||||||
mount:
|
mount:
|
||||||
type: file
|
type: file
|
||||||
destination: /tmp/certs/private_key.priv
|
destination: /tmp/certs/private_key.priv
|
||||||
|
|||||||
Reference in New Issue
Block a user