From f55ce056ac63b34a80b0c7975c02f58d03bb8544 Mon Sep 17 00:00:00 2001 From: Nigel Kukard Date: Thu, 5 Jan 2017 16:21:06 +0000 Subject: [PATCH] Fixed POD layout --- awit-certmaster | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/awit-certmaster b/awit-certmaster index 7d59ef9..4ad7952 100755 --- a/awit-certmaster +++ b/awit-certmaster @@ -1793,75 +1793,51 @@ our $VERSION = "1.1.4"; C provides the below commandline options... -=cut - =head2 --help|? Display this help information. -=cut - =head2 --version Display version information. -=cut - =head2 --nginx Process nginx configuration and generate certificates. -=cut - =head2 --apache Process apache configuration and generate certificates. -=cut - =head2 --quiet Operate in quiet mode and only output logs if there was an warning or worse error. -=cut - =head1 CERT OPTIONS The following certificate operations are available for each server type above. -=cut - =head2 --check-only Only check if certificates need to be re-issued. -=cut - =head2 --force= Force generation of certificate for . This option can be specified multiple times. -=cut - =head2 --force-verfity= Force verification of domain with certificate provider. This option can be specified multiple times. -=cut - =head2 --live Run in LIVE mode. By default awit-certmaster runs in TEST mode. -=cut - =head2 --only= ONLY process domain and none of the others. This option can be specified multiple times. -=cut - =head2 --use-dns= Use DNS validation method for domain and not HTTP. THIS OPTION CURRENTLY DOES NOT WORK. -- GitLab