-
Notifications
You must be signed in to change notification settings - Fork 49
EST ID and Device ID certificates default to using different key types #403
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I'm setting up my service to use dps provisioning using x509 certificates from an est server using an est bootstrap certificate.
I noticed that the est id certificate keys are hard coded to use 256 bit EC keys by default, but the device id certificate is set to use 2048 bit RSA keys.
| Some("ec-p256:rsa-4096:*"), |
| .create_key_pair_if_not_exists(identity_pk, Some("rsa-2048:*")) |
It would be nice if they were consistent so I didn't have to configure my EST server to handle both types of certificate signing requests, or even better if there was somewhere in the configuration where the preferred algorithms for these keys could be set.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working