"Update SSL certificate management scripts and configure SSL for frontend"
This commit is contained in:
@@ -1881,8 +1881,8 @@ def copy_ssl_to_raspberry():
|
||||
# Parameter aus Request extrahieren
|
||||
data = request.json or {}
|
||||
host = data.get("host", "raspberrypi")
|
||||
user = data.get("user", "pi")
|
||||
dest = data.get("dest", "/home/pi/myp/ssl")
|
||||
user = data.get("user", "user")
|
||||
dest = data.get("dest", "/home/user/Projektarbeit-MYP/backend/app/certs")
|
||||
|
||||
success = ssl_manager.copy_to_raspberry(host, user, dest)
|
||||
|
||||
|
Reference in New Issue
Block a user