(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`.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |