update documentation for msva-query-agent to mention the various pkc formats
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 29 Oct 2010 07:53:53 +0000 (03:53 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 29 Oct 2010 07:53:53 +0000 (03:53 -0400)
msva-query-agent

index 0ec01c0695b477b0438fca71c3c4cfb60410c36f..1eaff50adcf5365b040423baaf2f1d3eb00ea17d 100755 (executable)
@@ -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