Make Let's Encrypt certificate
This tutorial will explain how to create let's encrypt certificate for your custom domain name and use it on TLS tunnel.
1. Create let's encrypt TLS certificate
loclx domain letsencrypt --domain www.xtestgo.xyz2. Start TLS tunnel
loclx tunnel tls --reserved-domain www.xtestgo.xyz --crt /home/localxpose/www.xtestgo.xyz-cert.pem --key /home/localxpose/www.xtestgo.xyz-key.pem
Last updated