cockroachdb / k8s

Images and utilities to run cockroach on kubernetes
Apache License 2.0
26 stars 25 forks source link

Implemented PKCS#12 certificate generation. #24

Open zerouid opened 4 years ago

zerouid commented 4 years ago

For .NET applications the key needs to be converted into PKCS#12 format.

...In case anybody is interested.