-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding to the --seed
option to create DIDs on start up for other DID Methods
#3240
Comments
DID
DIDDoc
NYM
--seed
With all that said, it seems acapy should NOT mix the notions of seed, NYM and DID (or DID method) :
Then comes the concern of public did vs default did :
|
As noted by @PatStLouis in the 20240917 ACA-Pug meeting, when the
--seed
option is used as a startup parameter, a key is created along with adid:sov
DID that uses that key by ACA-Py. This issue is to discuss how to extend the startup parameter (and define an OpenAPI endpoint -- but without a seed) to create keys and bind them to DIDs. For example (and this is totally wrong -- just used as an example), extend--seed
values to be"<seed>,<did method>,<did parameter>" -- e.g.
"123456,tdw,example.org"`. The intention of the issue is to cover:For the OpenAPI endpoint, for security reasons, we won't pass in the seed (assuming that ACA-Py generates a seed on the fly).
The text was updated successfully, but these errors were encountered: