juju4 / ansible-MISP

ansible role to setup MISP, Malware Information Sharing Platform & Threat Sharing
BSD 2-Clause "Simplified" License
51 stars 21 forks source link

Set ssl_dir to its defaults on Ubuntu LTS versions, from 18.04 to 22.04 #14

Closed egypcio closed 1 year ago

egypcio commented 1 year ago

Description

Set ssl_dir to its defaults on Ubuntu LTS versions, from 18.04 to 22.04

Motivation and Context

By merging this one, we would be able to fix an erroneous configuration setting the ssl_dir variable to a value which does not reflect what's defined by default on Ubuntu.

According to one of Ubuntu's official documentation the certificates live under /etc/ssl/certs instead of what was set before; /etc/ssl.

How Has This Been Tested?

After changing the misp_base_port to 443 (which would require setting up TLS certificates), we:

Types of changes

Checklist:

juju4 commented 1 year ago

Thanks for the multiple PR! It's strange. I had thought to have changed that sometime ago but likely another role.

Contributing.md is in .github folder and normally shown by github footer and right panel: https://github.com/juju4/ansible-MISP/blob/67081d039df7747db2f3dabf0f77ea8d3b252084/.github/CONTRIBUTING.md