Create keystore based on docker machine and boot2docker cert files.
Create keystore based on docker machine and boot2docker cert files.
(add-cert ks-path ks cert)
Add a cert to the specified keystore
Add a cert to the specified keystore
(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.
(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.
(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.
(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.
(load-cert cert-factory path)
Load a X509Certificate from a pem file.
Load a X509Certificate from a pem file.
(load-key key-file)
Load a key from a PKCS#1 encoded pem file.
Load a key from a PKCS#1 encoded pem file.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close