From 856d8f8399356f4add6489e66f973e10875ed6ea Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 29 Oct 2010 03:53:53 -0400 Subject: [PATCH] update documentation for msva-query-agent to mention the various pkc formats --- msva-query-agent | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/msva-query-agent b/msva-query-agent index 0ec01c0..1eaff50 100755 --- a/msva-query-agent +++ b/msva-query-agent @@ -23,7 +23,7 @@ use Crypt::Monkeysphere::MSVA::Client; my $context = shift; my $peer = shift; -my $pkctype = shift || 'x509der'; +my $pkctype = shift; # load raw pkc data from stdin my $pkcdata = do { @@ -89,7 +89,7 @@ service, supply the host's full DNS name (e.g. 'foo.example.net') =item PKC_TYPE The format of public key carrier data provided on standard input -(e.g. 'x509der') +(e.g. 'x509der', 'x509pem', 'opensshpubkey', 'rfc4716') =back -- 2.26.2