Liking cljdoc? Tell your friends :D

com.palletops.docker.identity-auth

Identity auth scheme as used by docker

Identity auth scheme as used by docker
raw docstring

accept-all-trust-managerclj

(accept-all-trust-manager)
source

server-certclj

(server-cert host port keystore keystore-pw)

Obtain a docker server's X509 Certificate using docker's identity auth scheme. This creates a connection to the docker server. In order to obtain the server certificate, it does not verify the server certificate.

You can add the returned certificate to a trust store to verify further connections to the server.

Obtain a docker server's X509 Certificate using docker's identity
auth scheme.  This creates a connection to the docker server.  In
order to obtain the server certificate, it does not verify the
server certificate.

You can add the returned certificate to a trust store to verify further
connections to the server.
sourceraw docstring

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

× close