Rupert, burp server: Use password files as well

This commit is contained in:
fruchti 2023-03-12 15:41:36 +01:00
parent 01161228da
commit ff291dd912
3 changed files with 76 additions and 42 deletions

View file

@ -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