From:
Gabriel N <gnyman@blog.nyman.re>
Date:
Mon, May 16, 2022 at 12:16 PM
Subject:
no subject
To extract Wireguard configurations from the official MacOS client, for example from an old Keychain file
security find-generic-password -l 'WireGuard Tunnel: <tunnel-title>' -w|xxd -r -p
#oneliner #documentation #wireguard #osx