Marco Pas

Results 24 comments of Marco Pas

I followed your tutorial on generating the certificate using: `openssl req -x509 -newkey rsa:4086 -keyout key.pem -out cert.pem -days 3650 -nodes` this resulted in 2 files. Stupid question maybe.. but...

Could you elaborate on how i can get a ca.crt file? This needs to be added to the client docker daemon?

Yep i restarted the docker service and exactly followed the provided tutorial and somehow hitting a wall. I am going to try to generate a .crt file from a .pem...

That is indeed what i am going to try! Thanks for pointing me out.I was not aware that a .pem just can be used as a .crt file. Will provide...

I am facing the same issue, is there a way to exclude B101 in the /tests folder? I tried to use the `assert_used` but this does not seem to work.

Is there any work around for this issue? I tried using ini, yaml etc.. but the exclude settings (also exclude_dirs in yaml) seems not to work.

Solved > It looks like with pythonic folding style this issue is not happening. At least stopped for me > `let g:vim_markdown_folding_style_pythonic = 1` Solved it also for me! Thanks

Did anyone get this solved using LunarVim?

For me adding the changes in the issue https://github.com/LunarVim/LunarVim/issues/2745#issuecomment-1165905419 helped out. Changing the regex in my tmux conf solved the issue somehow.