mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-10-30 12:56:21 +08:00
26 lines
458 B
Markdown
26 lines
458 B
Markdown
## wice wg genkey
|
|
|
|
Generates a new private key and writes it to stdout
|
|
|
|
```
|
|
wice wg genkey [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for genkey
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-l, --log-file string path of a file to write logs to
|
|
-d, --log-level string log level (one of "debug", "info", "warn", "error", "dpanic", "panic", and "fatal") (default "info")
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [wice wg](wice_wg.md) - Wireguard commands
|
|
|