Running vault on a virtual Windows Machine. All was working fine until the VM crashed.
After restarting I try to unseal it seems to work. However Vault immediately shuts down with the following error:
"Vault unseal fails expiration: error restoring leases: error=failed to read lease entry: decryption "
Any ideas how to correct this problem? See vault output below.
==> Vault server configuration:
Cgo: disabled
Listener 1: tcp (addr: "CERT-SRV01:8200", cluster address: "
10.155.123.1:8201", tls: "enabled")
Log Level: info
Mlock: supported: false, enabled: false
Storage: file
Version: Vault v0.9.0
Version Sha: bdac1854478538052ba5b7ec9a9ec688d35a3335
==> Vault server started! Log data will stream in below:
2018/06/10 00:56:02.048083 [INFO ] core: vault is unsealed
2018/06/10 00:56:02.050040 [INFO ] core: post-unseal setup starting
2018/06/10 00:56:02.051989 [INFO ] core: loaded wrapping token key
2018/06/10 00:56:02.053953 [INFO ] core: successfully setup plugin catalog: plugin-directory=
2018/06/10 00:56:02.061753 [INFO ] core: successfully mounted backend: type=kv path=secret/
2018/06/10 00:56:02.066637 [INFO ] core: successfully mounted backend: type=system path=sys/
2018/06/10 00:56:02.071506 [INFO ] core: successfully mounted backend: type=identity path=identity/
2018/06/10 00:56:02.085207 [INFO ] core: successfully mounted backend: type=pki path=pki/
2018/06/10 00:56:02.090072 [INFO ] core: successfully mounted backend: type=pki path=ME8_KMS_Sign_CSR_CA/
2018/06/10 00:56:02.096910 [INFO ] core: successfully mounted backend: type=pki path=ME8_KMS_issue_cert_CA/
2018/06/10 00:56:02.101800 [INFO ] core: successfully mounted backend: type=pki path=ME8_KMS_Sign_OEM_CSR_CA/
2018/06/10 00:56:02.105699 [INFO ] core: successfully mounted backend: type=cubbyhole path=cubbyhole/
2018/06/10 00:56:02.110586 [INFO ] expiration: restoring leases
2018/06/10 00:56:02.110586 [INFO ] rollback: starting rollback manager
2018/06/10 00:56:02.114494 [ERROR] expiration: error restoring leases: error=failed to read lease entry: decryption failed: cipher: message authentication failed
2018/06/10 00:56:02.126211 [ERROR] expiration: shutting down
2018/06/10 00:56:02.115472 [INFO ] identity: entities restored
2018/06/10 00:56:02.132076 [INFO ] identity: groups restored
2018/06/10 00:56:02.134990 [INFO ] core: post-unseal setup complete
2018/06/10 00:56:02.137933 [INFO ] core: pre-seal teardown starting
2018/06/10 00:56:02.141836 [INFO ] core: cluster listeners not running
2018/06/10 00:56:02.144787 [INFO ] rollback: stopping rollback manager
2018/06/10 00:56:02.146714 [INFO ] core: pre-seal teardown complete
2018/06/10 00:56:02.148675 [INFO ] core: vault is sealed