From cca24f0ad56f3bc2e11d54ca67add64135cde6ec Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Wed, 28 Dec 2022 07:31:23 +0100 Subject: [PATCH] fixed instance keypair path --- DEBIAN/postinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEBIAN/postinst b/DEBIAN/postinst index 14700be..e4e8873 100644 --- a/DEBIAN/postinst +++ b/DEBIAN/postinst @@ -42,6 +42,8 @@ DLS_URL=127.0.0.1 DLS_PORT=443 LEASE_EXPIRE_DAYS=90 DATABASE=sqlite:////usr/share/fastapi-dls/db.sqlite +INSTANCE_KEY_RSA=$CONFIG_DIR/instance.private.pem +INSTANCE_KEY_PUB=$CONFIG_DIR/instance.public.pem EOF