logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gnunet-did — command line tool to create and manage gnunet identity DIDs.

Bugs

       Report   bugs   by    using    https://bugs.gnunet.org    or    by    sending    electronic    mail    to
       ⟨gnunet-developers@gnu.org⟩.

Debian                                           January 5, 2023                                   GNUNET-DID(1)

Description

gnunet-did is a command line tool to create and manage gnunet identity DIDs.

Name

       gnunet-did — command line tool to create and manage gnunet identity DIDs.

Options

-A | --show-all
               List all DIDs for all egos.

       -C | --create
               Create a DID Document and display the DID.

       -cFILENAME | --config=FILENAME
               Use the specified configuration file FILENAME.

       -dDID | --did=DID
               The to use for the operation is DID.

       -DDID_DOCUMENT | --did-document=DID_DOCUMENT
               The DID Document to use is DID_DOCUMENT.

       -eEGO | --ego=EGO
               The ego to use is EGO.

       -g | --get
               Get the DID Document associated with the DID given in DID.

       -h | --help
               Print short help on options.

       -LLOGLEVEL | --loglevel=LOGLEVEL
               Use LOGLEVEL for logging.  Valid values are DEBUG, INFO, WARNING and ERROR.

       -lLOGFILE | --logfile=LOGFILE
               Configure logging to write logs to LOGFILE.

       -r | --remove
               Remove the DID given in --did.

       -R | --replace
               Replace the DID Docuemnt given in --did-document for the DID given in DID.

       -s | --show
               Show the DID for the ego given in --ego.

       -t | --expiration-time
               The expiration time to use in the GNS record for the DID Document given in Ar. DID_DOCUMENT .

       -v | --version
               Print GNUnet version number.

See Also

       The  full documentation for gnunet is maintained as a Texinfo manual.  If the info(1) and gnunet programs
       are properly installed at your site, the command

             infognunet

       should give you access to the complete handbook.

Synopsis

gnunet-did  [-A  |  --show-all]  [-C  |  --create] [-cFILENAME | --config=FILENAME] [-dDID | --did=DID]
                  [-DDID_DOCUMENT  |  --did-document=DID_DOCUMENT]  [-eEGO  |  --ego=EGO]   [-g   |   --get]
                  [-h   |   --help]  [-LLOGLEVEL  |  --loglevel=LOGLEVEL]  [-lLOGFILE  |  --logfile=LOGFILE]
                  [-r  |  --remove]  [-R  |  --replace]  [-s  |  --show]  [-tTIME  |   --expiration-time=TIME]
                  [-v | --version]

See Also