mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Fix comments
This commit is contained in:
@@ -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'});
|
||||
|
||||
Reference in New Issue
Block a user