Written by
Malek Atwiz
on
on
General Commands
General commands
- Create PFX:
openssl pkcs12 -export -out auth.skybot.io.pfx -inkey private.key -in certificate.crt -in ca_bundle.crt
- ngrok port forwarding:
ngrok http [port] -host-header="localhost:[port]"