mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 23:23:32 +01:00
[PR #727] [MERGED] Fix account URL #907
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/727
Author: @Rogdham
Created: 3/30/2020
Status: ✅ Merged
Merged: 4/6/2020
Merged by: @lukas2511
Base:
master← Head:fix_account_url📝 Commits (1)
dbb0ef1Move from account ID to account URL📊 Changes
1 file changed (+11 additions, -12 deletions)
View changed files
📝
dehydrated(+11 -12)📄 Description
Fixes #671. Note that I did not change the ACMEv1 code at all, not sure what that version of the protocol is supposed to do.
We store the account URL on account creation in the
account_id.jsonfile.When reading the file, if the attribute is missing, we fall back to previous behaviour, with a warning message.
Per https://tools.ietf.org/html/rfc8555#section-7.3
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.