diff --git a/awit-certmaster b/awit-certmaster index 7d59ef9c2a541d61c75410574ef65e179a1fe083..4ad7952dc837426ee942ef22b8fb9c1bddf5cb66 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.