fix: [servers] custom cert file not written when cert folder does not exist

pull/9457/head
Christophe Vandeplas 2023-12-18 18:30:46 +01:00
parent c8f7f89cb6
commit d2e5c543b1
2 changed files with 1 additions and 2 deletions

3
.gitignore vendored
View File

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

0
app/files/certs/empty Normal file
View File