/ssllib

SSL helper library for Scala

Primary LanguageScalaApache License 2.0Apache-2.0

SslLib

CircleCI Codecov GitHub release License

A simple SSL helper library for Scala that contains factories generating X509 certificates, private keys, and KeyStore instances from PEM encoded strings.

Usage

SBT

In build.sbt:

libraryDependencies += "co.verdigris.ssl" %% "ssllib" % "0.2.1"

resolvers += "Verdigris Scala Lib Repository" at "https://s3.amazonaws.com/scala-jars"

Documentation

Basic usage documentation has been moved to the wiki.

API Documentation

For more information, check out the Scaladocs on API usage.

License

Distributed under Apache 2.0 license.