Given that your key has expired.
$ gpg --list-keys
$ gpg --edit-key KEYID
Use the expire command to set a new expire date:
| Install WireGuard via whatever package manager you use. For me, I use apt. | |
| $ sudo add-apt-repository ppa:wireguard/wireguard | |
| $ sudo apt-get update | |
| $ sudo apt-get install wireguard | |
| MacOS | |
| $ brew install wireguard-tools | |
| Generate key your key pairs. The key pairs are just that, key pairs. They can be |
| #!/bin/sh | |
| # SOURCES: | |
| # QNAP persistent smb.conf commands @ https://forum.qnap.com/viewtopic.php?t=132175 | |
| # Socket options @ https://calomel.org/samba_optimize.html | |
| # Server multichannel support / AIO @ https://blog.chaospixel.com/linux/2016/09/samba-enable-smb-multichannel-support-on-linux.html | |
| # Min receivefile, RW raw, AIO switched aio to 16384 @ https://superuser.com/a/928126 | |
| netbios_wrapper() | |
| { |