diff options
author | 2019-02-13 14:04:54 +0100 | |
---|---|---|
committer | 2019-02-13 14:04:54 +0100 | |
commit | 61f5e017c8472b8d1f19270908955e6dadfcebcd (patch) | |
tree | acb4479b1870d19cf131c8998656f5db6b1f9b3e /MOBILECONFIG.md | |
parent | Preshared key field in the detail view should just say 'enabled' (diff) | |
download | wireguard-apple-61f5e017c8472b8d1f19270908955e6dadfcebcd.tar.xz wireguard-apple-61f5e017c8472b8d1f19270908955e6dadfcebcd.zip |
.mobileconfig: note keychain limitation
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'MOBILECONFIG.md')
-rw-r--r-- | MOBILECONFIG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MOBILECONFIG.md b/MOBILECONFIG.md index d4b47b2..f40286a 100644 --- a/MOBILECONFIG.md +++ b/MOBILECONFIG.md @@ -137,5 +137,9 @@ Here's an example WireGuard configuration payload dictionary: </dict> ~~~ +### Caveats + +Configurations added via .mobileconfig will not be migrated into keychain until the WireGuard application is opened once. + [wg-quick(8)]: https://git.zx2c4.com/WireGuard/about/src/tools/man/wg-quick.8 [wg(8)]: https://git.zx2c4.com/WireGuard/about/src/tools/man/wg.8 |