Open kentbull opened 1 year ago
Adds the same function KERIA and KERIpy have to enable TLS for the vLEI Server.
An example command to run the vLEI-server with TLS is as follows:
vLEI-server \ -s ./schema/acdc \ -c ./samples/acdc/ \ -o ./samples/oobis/ \ --keypath ecc.private.key \ --certpath signed-certificate.crt \ --cafilepath ca-cert-bundle.ca-bundle
Adds the same function KERIA and KERIpy have to enable TLS for the vLEI Server.
An example command to run the vLEI-server with TLS is as follows: