Use Ansible to deploy TrueNAS SSL

The goal is to deploy Lets Encrypt Certificate for TrueNAS useing the API and ansible.

All you need is an API-Key and the content of the SSL Key and fullpem, you can also use username & password for the API calls, but this is not covered here.

The process is relatively straightforward first you need the POST the new key and certifcate, then fetch all available certs from the API and set the ID of the certificate which you want to use. The ID is simply always the last, because every time you add a new certificate the ID increase.

[Read More]

Website migration

The changes over the last two years was mainly to keep the old website up and running. There was not really any new content, so I decide to switch from my own flask website to a more common solution.
And so this is my first post on the new hugo version of this site.
As time is a limited resource at the moment, I’m hoping I can now use it to create some content and not just maintain the codebase.
But to be honest, right now I’m not sure what kind of content will come in the future.

[Read More]