new package certifix-client uses certifix to sign ssl client cert

this is initially for TLS-enabled logging but would be useful for
anything on a liminix box that wants to talk to a network service in a
"zero trust" setup
This commit is contained in:
Daniel Barlow
2024-10-03 22:50:21 +01:00
parent 7ca822c826
commit 197e2eb5b1
4 changed files with 126 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
(local { : view } (require :fennel))
(local ctx (require openssl.ssl.ctx))
(fn run []
(print "hey"))
{ : run }