genauthkeys command
wg-qrotator genauthkeys <private_file_path> <public_file_path>
Generate ML-DSA-87 key-pair.
Positional arguments
private_file_path- path to the file where the private key will be storedpublic_file_path- path to the file where the public key will be stored
Options
-h,--help- show help message
Examples
Generate authentication key pair and store the private key in priv.key and the public key in pub.key:
wg-qrotator genauthkeys priv.key pub.key