Configure HTTPS certificates
cd /lib/tb/toolpack/pkg/ssl_certificate openssl req -out CSR.csr -new -newkey rsa:2048 -nodes -keyout privateKey.key -> common name = 192.168.130.3
-> common name = myunit.lan CSR.csr
privateKey.key rm -f toolpack_cert.*
cat privateKey.key <yoursignedcertificatefile> > toolpack_cert.pemUsing letsencrypt certificate for HTTPS
Last updated
Was this helpful?
