Pinned Loading
-
-
script to generate self-signed tlc c...
script to generate self-signed tlc certificates for e.g. local development 1set ROOT_TLS_DIR tls
2mkdir $ROOT_TLS_DIR
34openssl req -x509 -newkey rsa:2048 -sha256 -noenc -days 365 -subj "/CN=root-ca.local" -keyout $ROOT_TLS_DIR/root-ca.key -out $ROOT_TLS_DIR/root-ca.crt
5 -
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.