Liking cljdoc? Tell your friends :D

com.palletops.docker.keystore

Create keystore based on docker machine and boot2docker cert files.

Create keystore based on docker machine and boot2docker cert files.
raw docstring

add-certclj

(add-cert ks-path ks cert)

Add a cert to the specified keystore

Add a cert to the specified keystore
sourceraw docstring

cert-path-key-and-certsclj

(cert-path-key-and-certs cert-path)

Return a key and certificate chain based on the files in cert-path.

Return a key and certificate chain based on the files in cert-path.
sourceraw docstring

jwk-key-and-certclj

(jwk-key-and-cert jwk-path)

Return the private key specified by jwk-path. The adjacent public key is also read and returned. A self-signed X509Certificate is create as a client certificate and returned.

Return the private key specified by jwk-path.  The adjacent public
key is also read and returned.  A self-signed X509Certificate is
create as a client certificate and returned.
sourceraw docstring

key-storeclj

(key-store cert-path)

Return a JKS format keystore, containing the creds specified in files in cert-path.

Return a JKS format keystore, containing the creds specified in
files in cert-path.
sourceraw docstring

key-store-jwkclj

(key-store-jwk jwk-path)

Return a JKS format keystore, containing the orivate key specified by jwk-path. The adjacent public key is also read and a self-signed X509Certificate is create as a client certificate.

Return a JKS format keystore, containing the orivate key specified
by jwk-path.  The adjacent public key is also read and a self-signed
X509Certificate is create as a client certificate.
sourceraw docstring

load-certclj

(load-cert cert-factory path)

Load a X509Certificate from a pem file.

Load a X509Certificate from a pem file.
sourceraw docstring

load-keyclj

(load-key key-file)

Load a key from a PKCS#1 encoded pem file.

Load a key from a PKCS#1 encoded pem file.
sourceraw docstring

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

× close