|
|
@ -554,7 +554,7 @@ sub CheckUserHasSslCertGroupOnDebian {
|
|
|
|
|
|
|
|
|
|
|
|
my $certGroup = 'ssl-cert';
|
|
|
|
my $certGroup = 'ssl-cert';
|
|
|
|
if (system("groups | grep -qw $certGroup") != 0) {
|
|
|
|
if (system("groups | grep -qw $certGroup") != 0) {
|
|
|
|
say <<EOF;
|
|
|
|
say <<~EOF;
|
|
|
|
Can't access TLS certificate.
|
|
|
|
Can't access TLS certificate.
|
|
|
|
Please add your user to $certGroup via 'addgroup <user> $certGroup'
|
|
|
|
Please add your user to $certGroup via 'addgroup <user> $certGroup'
|
|
|
|
EOF
|
|
|
|
EOF
|
|
|
|