openssl-createkey-0.1: Create OpenSSL keypairs.

OpenSSL.CreateKey

Synopsis

Documentation

createKeySource

Arguments

:: String

Key name

-> FilePath

Base filepath

-> Maybe SomeKeyPair

Key for signing the certificate, otherwise self-signed

-> PemPasswordSupply

Method for writing private key file

-> IO (X509, SomeKeyPair)