Good morning
I am setting up a wireguard tunnel. the tunnel is working as expected but I would like to add an extra layer of security by using a preshared key.
This preshared key has to be a 256-bit symmetric encryption key following the wireguard document. How can I generate such key in routerOS without using 3rd party tools?
When I installing a wireguard server on Debian (or any other linux distro's) it comes with the command "wg genpsk" to generate such keys. However I do not find the equivalent on RouterOS.
Thank you on advance for your help