Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of The Incoherency.Net Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:31, 26 July 2026 Denis talk contribs created page WireGuard (Created page with "= WireGuard = == Key Management (wg) == The `wg` utility provides everything required to generate and manage WireGuard key material. === Generate a Private Key === Generate a new private key: <pre> wg genkey </pre> Save it to a file: <pre> wg genkey > private.key </pre> === Derive a Public Key === A WireGuard public key is always derived from the private key. Generate the corresponding public key: <pre> wg pubkey < private.key </pre> Save it: <pre> wg pubkey...")