WebOfTrust / vLEI

Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers)
Apache License 2.0
28 stars 12 forks source link

Enable TLS #82

Open kentbull opened 1 year ago

kentbull commented 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