-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Create OpenSSL keypairs. -- -- Create OpenSSL keypairs. @package openssl-createkey @version 0.1 module OpenSSL.CreateKey createKey :: String -> FilePath -> Maybe SomeKeyPair -> PemPasswordSupply -> IO (X509, SomeKeyPair) promptPassword :: PemPasswordSupply -- | Read Key readKeyPair :: FilePath -> PemPasswordSupply -> IO (X509, SomeKeyPair) readCertificate :: FilePath -> IO X509