Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ovs-pki: Remove umask trick for self-signing.
The output file of this openssl command is a certificate signed with pre-existing private key. It doesn't create a private key. The restricted permissions are explicitly removed from the resulted certificate right after its generation. So, there is no point in creating it with restricted permissions in the first place. Fixes: 99e5e05 ("ovs-pki: Create private keys with restricted permissions.") Acked-by: Mike Pattrick <mkp@redhat.com> Acked-by: Simon Horman <horms@ovn.org> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
- Loading branch information