Weekly blog post 14

nilupul
Published: 09/03/2023

What did you do this week?

This week, my primary focus was addressing the necessary fixes in my previous PR. I also initiated a new PR related to these changes.

What is coming up next?

In the upcoming week, I hope to address the task of transitioning from our currently self-created certificates, which are suitable for development purposes, to using certificates signed by a recognized authority. As part of this transition, we need to implement an option to "disable" unsigned certificates, or alternatively, set the default behavior to "always" use authority-signed certificates while allowing developers the option to disable this feature. This change is crucial because, with the default setting, a certificate can potentially be self-signed and lacks checks for its expiration or alignment with the authority's certificate chain.

Did you get stuck anywhere?

No