15 lines
627 B
Markdown
15 lines
627 B
Markdown
## Usage
|
|
|
|
Here's an example using the different available flags on the ``cryptogen extend``
|
|
command.
|
|
|
|
```
|
|
cryptogen extend --input="crypto-config" --config=config.yaml
|
|
|
|
org3.example.com
|
|
```
|
|
|
|
Where config.yaml adds a new peer organization called ``org3.example.com``
|
|
|
|
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
|