diff --git a/README.md b/README.md index f1c79be..32d3bf6 100644 --- a/README.md +++ b/README.md @@ -310,9 +310,9 @@ CACHE_TLS_SERVER_CERT=tls/redhac.cert-chain.pem CACHE_TLS_SERVER_KEY=tls/redhac.key.pem # The path to the client mTLS certificate PEM file. This is optional. -CACHE_TLS_SERVER_CERT=tls/redhac.cert-chain.pem +CACHE_TLS_CLIENT_CERT=tls/redhac.cert-chain.pem # The path to the client mTLS key PEM file. This is optional. -CACHE_TLS_SERVER_KEY=tls/redhac.key.pem +CACHE_TLS_CLIENT_KEY=tls/redhac.key.pem # If not empty, the PEM file from the specified location will be # added as the CA certificate chain for validating diff --git a/justfile b/justfile index 441ff37..3ae0a2e 100644 --- a/justfile +++ b/justfile @@ -41,7 +41,7 @@ msrv-verify: cargo msrv verify -# find's the new MSRF, if it needs a bump +# find's the new MSRV, if it needs a bump msrv-find: cargo msrv --min 1.65.0