Fix comments

This commit is contained in:
Jamie Cameron
2016-01-19 22:29:06 -08:00
parent b4617d7c1c
commit e564acbbf9

View File

@@ -1,12 +1,11 @@
#!/usr/local/bin/perl
# newkey.cgi
# Create a new SSL key
# Create a new SSL signing request
require './webmin-lib.pl';
&ReadParse();
&error_setup($text{'newcsr_err'});
# Validate inputs and create the key
# Validate inputs and create the CSR
$in{'newfile'} || return $text{'newkey_efile'};
$in{'csrfile'} || return $text{'newcsr_efile'};
$err = &parse_ssl_csr_form(\%in, $in{'newfile'}, $in{'csrfile'});