mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
625d0447aa
* Introducing the CRR submission tool * Addressing review comments * Addressing review comments - round 2 - Redesign of the tool. * Fixing messages
12 lines
609 B
ReStructuredText
12 lines
609 B
ReStructuredText
Running the Certificate Revocation Request Submission Tool
|
|
==========================================================
|
|
|
|
The purpose of this tool is to facilitate the certificate revocation request submission process.
|
|
See :doc:`crr-submission-tool` for more details.
|
|
|
|
See the Readme under ``network-management`` for detailed building instructions.
|
|
|
|
Command line argument
|
|
----------------------
|
|
At startup, the Certificate Revocation Request Submission Tool takes only one command line argument: ``--submission-url``,
|
|
that should be followed by the url to the certificate revocation request submission endpoint. |