From d2e5c543b1efc2b42b92ca80ff31a3f03a99ef92 Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Mon, 18 Dec 2023 18:30:46 +0100 Subject: [PATCH] fix: [servers] custom cert file not written when cert folder does not exist --- .gitignore | 3 +-- app/files/certs/empty | 0 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 app/files/certs/empty diff --git a/.gitignore b/.gitignore index a0b0ba932..76d870008 100755 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,6 @@ tools/mkdocs /.idea .DS_Store /.htaccess -/app/Vendor /README /app/tmp/GPG* /app/tmp/sessions/sess_* @@ -40,6 +39,7 @@ tools/mkdocs /app/tmp/cache/feeds/*.etag app/Lib/EventWarning/Custom/* !app/Lib/EventWarning/Custom/empty +!/app/files/certs/empty !/app/files/feed-metadata !/app/files/empty !/app/files/scripts/ @@ -69,7 +69,6 @@ app/Lib/EventWarning/Custom/* /app/files/scripts/stix2/* !/app/files/scripts/stix2/misp2stix2*.py !/app/files/scripts/stix2/stix2misp*.py -!/app/files/empty /app/files/terms/* !/app/files/terms/empty !/app/files/browscap diff --git a/app/files/certs/empty b/app/files/certs/empty new file mode 100644 index 000000000..e69de29bb