I am a new MikroTik user and I am currently testing version 7.10.2 on a VM. On Debian systems, I can generate a WireGuard peer configuration using the following command: $ wg genkey | tee privatekey | wg pubkey > publickey This command generates a private key and public key pair, and saves the publi...