Skip to content

Commit

Permalink
Merge pull request #9 from sebadob/fix-typo-in-docs
Browse files Browse the repository at this point in the history
typos
  • Loading branch information
sebadob authored Nov 7, 2023
2 parents 66b5d84 + 32d511c commit 8fcc9c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8fcc9c6

Please sign in to comment.