Changes between Version 2 and Version 3 of Ticket #52614, comment 10
- Timestamp:
- 03/17/2021 04:10:59 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52614, comment 10
v2 v3 32 32 }}} 33 33 34 Also, just in case anybody wants to fix their cURL to recognize Cloudflare's Origin Certificate, just save the certificate on a .crt file inside {{{/usr/local/share/ca-certificates}}}, then run {{{sudo update-ca-certificates}}} to get rid of the error . 😉34 Also, just in case anybody wants to fix their cURL to recognize Cloudflare's Origin Certificate, just save the certificate on a .crt file inside {{{/usr/local/share/ca-certificates}}}, then run {{{sudo update-ca-certificates}}} to get rid of the error (on curl, NOT wordpress' loopback). 😉 35 35 36 36