Liking cljdoc? Tell your friends :D
Clojure only.

temporal.tls

Utilities for connecting to TLS enabled Temporal clusters

Utilities for connecting to TLS enabled Temporal clusters
raw docstring

new-ssl-contextclj

(new-ssl-context {:keys [ca-path cert-path key-path] :as args})

Creates a new gRPC SslContext suitable for passing to the :ssl-context option of temporal.client.core/create-client

Arguments:

  • ca-path: The path to a PEM encoded x509 Certificate Authority root certificate for validating the Temporal server.
  • cert-path: The path to a PEM encoded x509 Certificate representing this client's identity, used for mutual TLS authentication.
  • 'key-path': The path to a PEM encoded private key representing this client's identity, used for mutual TLS authentication.
Creates a new gRPC [SslContext](https://netty.io/4.0/api/io/netty/handler/ssl/SslContext.html) suitable for passing to the :ssl-context option of [[temporal.client.core/create-client]]

Arguments:

- `ca-path`:   The path to a PEM encoded x509 Certificate Authority root certificate for validating the Temporal server.
- `cert-path`: The path to a PEM encoded x509 Certificate representing this client's identity, used for mutual TLS authentication.
- 'key-path':  The path to a PEM encoded private key representing this client's identity, used for mutual TLS authentication.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close