repositorypackage
1.0.0
Repository: https://github.com/marsskop/keystore-go.git
Documentation: pkg.go.dev
# README
Keystore
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
Used by
and others
Development
- Install go
- Install golangci-lint
- Clone the repo
git clone [email protected]:pavlo-v-chernykh/keystore-go.git
- Go to the project dir
cd keystore-go
- Run
make
to format, test and lint