From 79dd7a2380aae1216e197de61a38bd460e49b8c5 Mon Sep 17 00:00:00 2001 From: Kenneth Jenkins <51246568+kenjenkins@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:35:09 -0700 Subject: [PATCH] tcp: correct pomerium-cli version number (#1367) Fix an incorrect pomerium-cli version number and add a link to the GitHub release. --- content/docs/capabilities/tcp.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/capabilities/tcp.mdx b/content/docs/capabilities/tcp.mdx index 85e3e1209..18cab7cc8 100644 --- a/content/docs/capabilities/tcp.mdx +++ b/content/docs/capabilities/tcp.mdx @@ -117,7 +117,7 @@ The command above connects to `https://pomerium.corp.example.com:8443` and then If Pomerium is configured to require client certificates, you will also need to provide a client certificate and private key when invoking the `pomerium-cli` command. -You can specify these either by using PEM files, or (starting in v0.25) by searching for a certificate in the system trust store (**macOS** and **Windows** only). +You can specify these either by using PEM files, or (new in [v0.23.0](https://github.com/pomerium/cli/releases/tag/v0.23.0)) by searching for a certificate in the system trust store (on **macOS** and **Windows** only). To specify a client certificate and key using PEM files: