cloudflared-mirror/credentials
gofastasf 2827b2fe8f
fix: Use path and filepath operation appropriately
Using path package methods can cause errors on windows machines.

path methods are used for url operations and unix specific operation.

filepath methods are used for file system paths and its cross platform. 

Remove strings.HasSuffix and use filepath.Ext and path.Ext for file and
url extenstions respectively.
2025-04-01 17:59:43 +01:00
..
credentials.go TUN-8960: Connect to FED API GW based on the OriginCert's endpoint 2025-02-25 17:13:33 +00:00
credentials_test.go fix: Use path and filepath operation appropriately 2025-04-01 17:59:43 +01:00
origin_cert.go TUN-8960: Connect to FED API GW based on the OriginCert's endpoint 2025-02-25 17:13:33 +00:00
origin_cert_test.go fix: Use path and filepath operation appropriately 2025-04-01 17:59:43 +01:00
test-cert-no-token.pem TUN-7134: Acquire token for cloudflared tail 2023-04-12 09:43:38 -07:00
test-cert-unknown-block.pem TUN-8960: Connect to FED API GW based on the OriginCert's endpoint 2025-02-25 17:13:33 +00:00
test-cloudflare-tunnel-cert-json.pem TUN-7134: Acquire token for cloudflared tail 2023-04-12 09:43:38 -07:00