swanctl: Add 'private' directory/section to load any type of private key

This commit is contained in:
Tobias Brunner
2016-10-05 11:33:36 +02:00
parent 05ccde0a8b
commit 7caba2eb55
4 changed files with 26 additions and 5 deletions
+9
View File
@@ -835,6 +835,15 @@ secrets.ike<suffix>.id<suffix> =
may be specified, each having an _id_ prefix, if a secret is shared between
multiple peers.
secrets.private<suffix> { # }
Private key decryption passphrase for a key in the _private_ folder.
secrets.private<suffix>.file =
File name in the _private_ folder for which this passphrase should be used.
secrets.private<suffix>.secret
Value of decryption passphrase for private key.
secrets.rsa<suffix> { # }
Private key decryption passphrase for a key in the _rsa_ folder.