Jason Kendall
Jason Kendall
I've never used Kube, so you'll have to take some of my info with sugar ;) Here's the volume mounts that I typically use: https://github.com/coolacid/docker-misp/blob/master/docker-compose.yml#L31-L35 The important one is the...
The problem with #35 is the directory layout. Only the logos are dynamic, everything else is static, so to volume mount it, I'd have to move the data into a...
How would this change happen in the docker container? This seems like to change and use the system CA store it would need to be a MISP change?
Ah. I see what you're referring to now. ``` [CLI only] MISP will default to the bundled mozilla certificate bundle shipped with the framework, which is rather stale. If you...
Is there any logs from when the image is started?
Yeah, it would need to be the logs from the MISP core container. If it's not even launching the container, I don't know where the problem would be. The only...
I'm not entirely sure where the problems exist as I can't reproduce these issues. I'd suggest you read the for production bits in the readme for details on running this...
Sounds like a bug in lief? I'm not planning any time soon to move to bullseye, so I won't really look into this problem until then.
I'd prefer some documentation to set this up. One problem with this, a lot of people don't want an external entity knowing about their MISP instance. Even accidentally trying to...
So, this all comes from the original MISP install script. The `find -perm` is probably wrong - that makes sense. The setgid bits are still in the current install script,...