Closed hddmet closed 6 years ago
system:
case 1:
# DB=/var/db/tang jose jwk gen -i '{"alg":"ES512"}' -o $DB/new_sig.jwk jose jwk gen -i '{"alg":"ECMR"}' -o $DB/new_exc.jwk hide old keys by renaming
case 2:
tangd-keygen /var/db/tang
In both cases, the service return 404.
Partial Fixes:
tangd-update /var/db/tang /var/db/cache
The services now return 200 (at least most of the time) and execute tangd-update again will most certainly do it.
system: ubuntu 18.04
setup BEFORE key rotation
clevis luks bind -d /dev/sda tang '{"url":...}' systemctl enable clevis-luks-askpass.path
decrypt at boot works properly before key rotation
FAILED: after key rotation
I just verified that tang + clevis works properly but on ubuntu systemd-ask-password socket refuse to connect when password was piped into it.
Causes
system:
case 1:
case 2:
In both cases, the service return 404.
Partial Fixes:
tangd-update /var/db/tang /var/db/cache
The services now return 200 (at least most of the time) and execute tangd-update again will most certainly do it.
CRITICAL PROBLEM
system: ubuntu 18.04
setup BEFORE key rotation
decrypt at boot works properly before key rotation
FAILED: after key rotation