You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to support TLS termination at the witness we need to expose the following options on the keria start command:
--keypath
--certpath
--cafilepath
As these options are already exposed on the KERIpy kli agent start command it is hopefully straightforward to expose these options for kli witness start since both use the HIO library underneath.
In order to support TLS termination at the witness we need to expose the following options on the
keria start
command:--keypath
--certpath
--cafilepath
As these options are already exposed on the KERIpy
kli agent start
command it is hopefully straightforward to expose these options forkli witness start
since both use the HIO library underneath.Example code for CLI command:
hio.core.tcp.ServerTls
instance.The text was updated successfully, but these errors were encountered: