fszlin / certes

A client implementation for the Automated Certificate Management Environment (ACME) protocol
MIT License
552 stars 122 forks source link

Account update does not prefix contact with mailto but new account does. #282

Closed lennybacon closed 2 years ago

lennybacon commented 2 years ago

The RFC8555 on page 37 indicates that the update call contact must be prefixed with mailto: as the new account call.

This is inconsistent as new account in /src/Certes/Extensions/IAcmeContextExtensions.cs does and update in /src/Certes/Acme/AccountContext.cs does not.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.