summaryrefslogtreecommitdiff
path: root/kiki.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-04-14 22:34:28 -0400
committerjoe <joe@jerkface.net>2016-04-14 22:34:28 -0400
commitb57248ba0189f9d91be08e02fc8e23dd29a99687 (patch)
tree87e162ca25928a3d48a9be3f053840c2aa7cd65c /kiki.hs
parent3b74b5dfdac7856efc283d07e5579b3a485c32ed (diff)
Import DNS keys.
Diffstat (limited to 'kiki.hs')
-rw-r--r--kiki.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/kiki.hs b/kiki.hs
index 6afcbed..c5572c6 100644
--- a/kiki.hs
+++ b/kiki.hs
@@ -1051,7 +1051,9 @@ sync bExport bImport bSecret cmdarg args_raw = do
1051 in if bExport 1051 in if bExport
1052 then (ArgFile path, StreamInfo { fill = KF_Match usage 1052 then (ArgFile path, StreamInfo { fill = KF_Match usage
1053 , spill = KF_Match usage 1053 , spill = KF_Match usage
1054 , typ = PEMFile 1054 , typ = if "dns-" `isPrefixOf` usage
1055 then DNSPresentation
1056 else PEMFile
1055 , access = Sec 1057 , access = Sec
1056 , initializer = cmd' 1058 , initializer = cmd'
1057 , transforms = [] 1059 , transforms = []