Skip to content

Conversation

@ptrus
Copy link
Contributor

@ptrus ptrus commented Nov 4, 2025

Hi, Thanks for the great library!
I needed a way to create ACME accounts using externally managed keys, so this PR adds that functionality. I made the change backwards compatible (i.e., introduced a new public method without changing the existing ones).

Allows creating ACME accounts using externally managed keys, instead of being limited to loading existing ones or registering with library-generated keys.

Please let me know if anything should be updated or improved.

@ptrus ptrus force-pushed the ptrus/feature/create-from-key branch from dd94629 to a24acb9 Compare November 4, 2025 15:19
Allows creating ACME accounts using externally managed keys, instead of
being limited to loading existing ones or registering with
library-generated keys.
@ptrus ptrus force-pushed the ptrus/feature/create-from-key branch from a24acb9 to 08469e0 Compare November 4, 2025 15:26
Copy link
Owner

@djc djc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks. @cpu any thoughts?

Copy link
Collaborator

@cpu cpu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally seems like a reasonable idea. Thanks for including test coverage.

One question about the new API that might need a bit more refactoring to accommodate if it's viable.

@cpu cpu merged commit cd57808 into djc:main Nov 4, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants