Skip to content

Instantly share code, notes, and snippets.

@vrou
vrou / gist:f33ec2e5609f263c91cd
Created March 27, 2016 08:26 — forked from nneul/gist:76a38010313f55db0f7a
sample hook for letsencrypt.sh
#!/usr/bin/perl
my $i = 0;
my $info = "Arguments:\n";
my ( $action, $name, $challenge, $auth ) = @ARGV;
foreach my $arg (@ARGV) {
$i++;
$info .= "\t$i: $arg\n";
}
$info .= "\n\n";