You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/docs/capabilities/tcp.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ The command above connects to `https://pomerium.corp.example.com:8443` and then
117
117
118
118
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.
119
119
120
-
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).
120
+
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).
121
121
122
122
To specify a client certificate and key using PEM files:
0 commit comments