From f6d71b0e3f7145043f9077d47c19560894d823f1 Mon Sep 17 00:00:00 2001 From: Gerard Molina <47140788+gmolki@users.noreply.github.com> Date: Tue, 10 Oct 2023 18:44:48 +0200 Subject: [PATCH] docs: Add x509 certificates usage docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 99a8882..8c65e30 100644 --- a/README.md +++ b/README.md @@ -406,3 +406,7 @@ Commands: ### SSL To connect to a Pact Broker that uses custom SSL certificates, set the environment variable `$SSL_CERT_FILE` or `$SSL_CERT_DIR` to a path that contains the appropriate certificate. + +#### Using x509 Certificates + +To connect to a Pact Broker that uses x509 certificates for client authentication, set the environment variable `$X509_CLIENT_CERT_FILE` to the path of the client's x509 certificate and `$X509_CLIENT_KEY_FILE` to the path of the client's private key.