Liking cljdoc? Tell your friends :D

Notes on creating a self-signed ssl cert

https://certsimple.com/blog/localhost-ssl-fix

until you get a .p12 file, then

keytool -importkeystore -destkeystore keystore.jks -srcstoretype PKCS12 -srckeystore test-cert.p12

this is ok but requires a password which I don't want to have in the shadow-cljs config.

Can you improve this documentation?Edit on GitHub

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close