fun saveKeyStore(keyStore: KeyStore, keyStoreFilePath: Path, storePassword: String): Unit
Helper method save KeyStore to storage
keyStore
- the KeyStore to persistkeyStoreFilePath
- the file location to save tostorePassword
- password to access the store in future. This does not have to be the same password as any keys stored,
but for SSL purposes this is recommended.