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:
9
pkgs/certifix-client/main.fnl
Normal file
9
pkgs/certifix-client/main.fnl
Normal file
@@ -0,0 +1,9 @@
|
||||
(local { : view } (require :fennel))
|
||||
(local ctx (require openssl.ssl.ctx))
|
||||
|
||||
(fn run []
|
||||
(print "hey"))
|
||||
|
||||
|
||||
|
||||
{ : run }
|
Reference in New Issue
Block a user