WebOfTrust / keripy

Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol
https://keripy.readthedocs.io/en/latest/
Apache License 2.0
61 stars 55 forks source link

Add TLS options for Witness, can pull from KERIpy Agent #568

Open kentbull opened 1 year ago

kentbull commented 1 year ago

In order to support TLS termination at the witness we need to expose the following options on the kli witness start command:

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.

Example code for CLI command:

kentbull commented 1 year ago

570 addresses this

daidoji commented 4 months ago

@kentbull this is done right?

kentbull commented 4 months ago

Yes, this is done.