From: Daniel Kahn Gillmor Date: Fri, 29 Oct 2010 07:53:53 +0000 (-0400) Subject: update documentation for msva-query-agent to mention the various pkc formats X-Git-Tag: msva-perl_debian/0.6-1~3^2~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=856d8f8399356f4add6489e66f973e10875ed6ea;p=monkeysphere-validation-agent.git update documentation for msva-query-agent to mention the various pkc formats --- 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