projects
/
monkeysphere-validation-agent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0645731
)
update documentation for msva-query-agent to mention the various pkc formats
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Fri, 29 Oct 2010 07:53:53 +0000
(
03:53
-0400)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Fri, 29 Oct 2010 07:53:53 +0000
(
03:53
-0400)
msva-query-agent
patch
|
blob
|
history
diff --git
a/msva-query-agent
b/msva-query-agent
index 0ec01c0695b477b0438fca71c3c4cfb60410c36f..1eaff50adcf5365b040423baaf2f1d3eb00ea17d 100755
(executable)
--- 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