[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73465] [PATCH] Wireguard: Rename field private-key to private-key-f
From: |
Sergey Trofimov |
Subject: |
[bug#73465] [PATCH] Wireguard: Rename field private-key to private-key-file |
Date: |
Thu, 26 Sep 2024 19:39:38 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Apoorv Singh <apoorvs569@gmail.com> writes:
> The following patches renames the field private-key to private-key-file as it
> makes it more clear that it needs path to a file rather than the key it self
>
Hi, you have to deprecate the field instead using
`warn-about-deprecation` procedure and to adjust the documentation as
well.
Please note that there is also preshared-key parameter which also takes
a path. It'd be nice to rename it as well for consistency sake.