You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker-compose up kms
Starting ops_kms_1 ... done
Attaching to ops_kms_1
kms_1 | 2022/03/30 12:23:09 build started
kms_1 | Building ....
kms_1 | go build: -i flag is deprecated
kms_1 | 2022/03/30 12:23:09 build completed
kms_1 | Running ...
kms_1 | INFO[2022-03-30 12:23:09.719] Local KMS Version Unknown (Commit Hash Unknown)
kms_1 | WARN[2022-03-30 12:23:09.728] Error parsing YAML at path /init/seed.yaml: Error unmarshaling YAML: Unable to decode pem of key 73a7f626-67eb-4b4c-aaaf-ac91b6aea43b, Ensure it is in PKCS8 format with no password: x509: unknown elliptic curve.
kms_1 | ; attempting to parse legacy format.
kms_1 | ERRO[2022-03-30 12:23:09.728] Error parsing YAML at path /init/seed.yaml: yaml: unmarshal errors:
kms_1 | line 3: cannot unmarshal !!map into []cmk.AesKey; skipping.
kms_1 | INFO[2022-03-30 12:23:09.728] Data will be stored in /data
kms_1 | INFO[2022-03-30 12:23:09.728] Local KMS started on 0.0.0.0:8080
seed.yml
keys generated with:
The claim is that secp256k1 is supported: https://github.com/nsmithuk/local-kms/blob/1cd79814ca22aec2b54eca17968ef1ab039a9e8d/src/x509/README.md
The text was updated successfully, but these errors were encountered: