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 public key to a file called publickey. I can then populate the WireGuard configuration file with the private and public keys, and send it to the user.
However, I cannot find a way to access the shell on MikroTik to run this command. Is there a way to generate a WireGuard peer configuration on MikroTik without shell access?