Liking cljdoc? Tell your friends :D

com.palletops.docker.cert


client-auth-oidclj

source

CRITICALclj

source

new-certclj

(new-cert {:keys [key public-key client-auth server-auth ca max-path not-before
                  not-after]
           :or {not-before (time/minus (time/now) (time/days 7))
                not-after (time/plus (time/now) (time/years 10))
                max-path 1024}})

Return a new X509 Certificate, signed by key.

Return a new X509 Certificate, signed by `key`.
sourceraw docstring

NON_CRITICALclj

source

server-auth-oidclj

source

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

× close