mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
fix: update the common cacert
and include it in the unseal container
The previous cacert expired. A new one was created and also included in the unseal container. The path to access the cacert was fixed in the unseal app and made configurable via an environment variable.
This commit is contained in:
parent
e3feac1cc3
commit
f1b8a48a6a
5 changed files with 38 additions and 17 deletions
|
@ -12,6 +12,7 @@ nixsgxLib.mkSGXContainer {
|
|||
inherit tag isAzure;
|
||||
|
||||
packages = [
|
||||
teepot.container-vault-start-config
|
||||
vat.vault-auth-tee.sha
|
||||
teepot.teepot.tee_vault_unseal
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue