Skip to content

Commit 179aa63

Browse files
evgeniehelms
authored andcommitted
Fixes #35335 - allow everyone to read the Katello CA certificate
There is nothing secret in that file, and this allows non-root users to use hammer and friends to check the HTTPS cert of the server. Fixes: 028f93a
1 parent 8d86637 commit 179aa63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/ca.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
source => "${certs::ssl_build_dir}/${server_ca_name}.crt",
9494
owner => $owner,
9595
group => $group,
96-
mode => '0440',
96+
mode => '0644',
9797
}
9898
}
9999
}

0 commit comments

Comments
 (0)