Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 328 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 328 Bytes

Execution

To run YAHUI you have to provide it with valid TLS certificate and private key using, for instance, command line arguments --cert and --key.

To generate key and certificate you can use following commands

openssl genrsa -out key.pem
openssl req -new -x509 -key key.pem -out cert.pem -days 365