-
Bug
-
Resolution: Done
-
Major
-
None
-
None
For ELY-1629, AcmeClientSpi.changeAccountKey() was updated to include both newKey and oldKey in the inner payload for the account key change request to prepare for the ACME v2 key rollover breaking change. Currently, specifying both works fine since Let's Encrypt's staging server will expect oldKey and ignore newKey and Let's Encrypt's production server will expect newKey and ignore oldKey. However, once the new ACME v2 key rollover changes are available in Let's Encrypt's production server on Aug. 23rd, we can update this method to only include the oldKey in the inner payload.
- clones
-
ELY-1640 Update AcmeClientSpi.changeAccountKey() to no longer send the newKey once the new ACME v2 changes are in production
- Resolved
- is incorporated by
-
JBEAP-15431 Upgrade WildFly Elytron to 1.6.1.Final
- Closed