Rupert, burp server: Use password files as well
This commit is contained in:
parent
01161228da
commit
ff291dd912
3 changed files with 76 additions and 42 deletions
|
@ -47,7 +47,8 @@ in
|
|||
|
||||
services.burp.client = {
|
||||
enable = true;
|
||||
password = config.services.burp.server.clients."${config.networking.hostName}".password;
|
||||
passwordFile = "/secrets/burp_client_passwords/${config.networking.hostName}";
|
||||
sslKeyPasswordFile = "/secrets/burp_client_ssl_key_password";
|
||||
};
|
||||
|
||||
# Flatpak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue