A Go (golang) implementation of Java KeyStore encoder/decoder
A go (golang) implementation of Java KeyStore encoder/decoder
Take into account that JKS assumes that private keys are PKCS8 encoded.
For examples explore examples directory
and others
git clone git@github.com:pavlo-v-chernykh/keystore-go.git
cd keystore-go
make
to format, test and lint