dhall-openssl - Dhall

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Jan van Brügge

I made something: https://github.com/jvanbruegge/dhall-openssl

Got annoyed by not unterstanding my openssl configs. At the moment I only have code for CAs in there but I will add client certificates soon.

I have to generate a buch of certificates with similar content and wanted the share the configs (on a more granular level than just using sed for search and replace)

Generate a type-safe openssl configuration file with dhall - jvanbruegge/dhall-openssl
tristanC

I've proposed to add dhall-openssl to https://github.com/dhall-lang/awesome-dhall/pull/10 .

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Jan van Brügge

I've updated dhall-openssl with more options for CAs and user certificates. Now the readme contains a clear and easy series of commands to generate all of them.
https://github.com/jvanbruegge/dhall-openssl

Generate a type-safe openssl configuration file with dhall - jvanbruegge/dhall-openssl
Jan van Brügge

Here is an example that I use for my personal stuff: https://github.com/jvanbruegge/kubernetes-config-v2/blob/eb54fddbe566412828d0bb6f4e11af6c48fa71ae/scripts/generate-certificates.sh

My new kubernetes setup with dhall. Contribute to jvanbruegge/kubernetes-config-v2 development by creating an account on GitHub.