webtty icon indicating copy to clipboard operation
webtty copied to clipboard

Add command line flags to enable TLS

Open vandycknick opened this issue 5 years ago • 0 comments

Support following command line flag configurations:

  -S|--tls                             Enable TLS (HTTPS)
  --cert                               A PEM encoded certificate file to use for HTTPS connections.
                                       Defaults to file in current directory named 'cert.pem'
  --key                                A PEM encoded private key to use for HTTPS connections.
                                       Defaults to file in current directory named 'private.key'
  --pfx                                A PKCS#12 certificate file to use for HTTPS connections.
                                       Defaults to file in current directory named 'cert.pfx'
  --pfx-pwd                            The password to open the certificate file. (Optional)

To Do

  • Add docs on how to use and create custom certificate

vandycknick avatar Dec 18 '19 20:12 vandycknick