Proxmox
proxmox k3s p5.2 – cloudflare WAF rules
## Part 2 – Cloudflare firewall rules
### firewall rules
– main page … website (mikeroservices.com) … SSL/TLS … client certificates
– create cert
– create mTLS rule (manage in WAF)
– add IP from
– add mTLS
### Install mTLS client cert
– Enable mTLS for a host:
– download CA cert: zero Trust … settings … Resources
– disable IP rule to test the curl command.
– This cURL command works with mTLS enabled (use from the try-1 directory):
“`
$ curl
$ curl –cert certificate.pem –key ./privatekey.pem | grep blocked
“`
[ad_2]
source