This is how you do it using a command prompt:
- To Turn Off:
- NetSh Advfirewall set allprofiles state off
- To Turn On:
- NetSh Advfirewall set allprofiles state on
- To check the status of Windows Firewall:
- Netsh Advfirewall show allprofiles
Convert Lets encrypt PEM to tomcat PKCS12 openssl pkcs12 -export \ - in fullchain.pem \ -inkey privkey.pem \ -out server.p12 \ -...