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
- Install go
- Install golangci-lint
- Clone the repo
git clone git@github.com:pavlo-v-chernykh/keystore-go.git - Go to the project dir
cd keystore-go - Run
maketo format, test and lint