Remove piping of the public key to output file in Linux case

Not necessary
pull/521/head
Dimitris Paraskevopoulos 6 months ago
parent 377eac45af
commit 8fb6c830a3

@ -98,7 +98,7 @@ The public key will be derived from the private key with the "wg pubkey" command
.. code-block:: sh
wg pubkey < wgPrivateKey > wgPublicKey.pub
wg pubkey < wgPrivateKey
----------------------------------
Step 3 - Setup WireGuard Instance

Loading…
Cancel
Save