mirror of
https://github.com/webmin/webmin.git
synced 2026-04-30 04:30:25 +01:00
13 lines
259 B
Perl
13 lines
259 B
Perl
#!/usr/local/bin/perl
|
|
# Show a form for certificate generation
|
|
|
|
require './ldap-server-lib.pl';
|
|
&local_ldap_server() == 1 || &error($text{'slapd_elocal'});
|
|
|
|
&ui_print_header(undef, $text{'gencert_title'}, "");
|
|
|
|
|
|
&ui_print_footer("", $text{'index_return'});
|
|
|
|
|