mirror of
https://github.com/input-output-hk/foliage.git
synced 2024-11-30 01:16:54 +03:00
9 lines
208 B
Haskell
9 lines
208 B
Haskell
module Foliage.CmdCreateKeys where
|
|
|
|
import Foliage.HackageSecurity
|
|
|
|
cmdCreateKeys :: FilePath -> IO ()
|
|
cmdCreateKeys keyPath = do
|
|
putStrLn $ "Creating a new set of keys in " <> keyPath
|
|
createKeys keyPath
|