WireGuard: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 July 2026

  • curprev 15:3115:31, 26 July 2026 Denis talk contribs 1,202 bytes +1,202 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..."