Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Error when trying to reg #40

Closed
dropwhile opened this issue Aug 20, 2016 · 3 comments
Closed

Error when trying to reg #40

dropwhile opened this issue Aug 20, 2016 · 3 comments
Assignees

Comments

@dropwhile
Copy link

dropwhile commented Aug 20, 2016

$ acme reg -gen mailto:some.email@example.com
400 urn:acme:error:malformed: signature type 'RS256' in JWS header is not supported, expected one of RS256, ES256, ES384 or ES512

Looks like the key type changed to ED256 in 2a985c7.
Does the jws token header need to be updated to match?

If I create an rsa 4096 key manually, then reg works.

@x1ddos
Copy link
Contributor

x1ddos commented Aug 21, 2016

Thanks for reporting. It's an oversight on my side. Will be fixing right away.

@x1ddos x1ddos self-assigned this Aug 21, 2016
@x1ddos
Copy link
Contributor

x1ddos commented Aug 21, 2016

@x1ddos
Copy link
Contributor

x1ddos commented Aug 22, 2016

Fixed by golang/crypto@3461a68

@x1ddos x1ddos closed this as completed Aug 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants