Commit 1020b54
Fix delegate key generation to use DER format like other service keys
Change delegate EC key generation to use DER format (`-outform der`)
to match the format used by all other service keys (owner, manufacturer,
rendezvous, device_ca) in the test infrastructure.
This ensures consistency across all key generation in tests and
compatibility with go-fdo-server's private key parser.
Modified:
- test-delegate-onboarding.sh: Use `-outform der` and `-keyform der`
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent dedb665 commit 1020b54
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments