mirror of
https://github.com/xcat2/confluent.git
synced 2025-07-13 16:21:32 +00:00
Fix mistake in the cert util
This commit is contained in:
@ -7,7 +7,7 @@ import tempfile
|
||||
def get_openssl_conf_location():
|
||||
if exists('/etc/pki/tls/openssl.cnf'):
|
||||
return '/etc/pki/tls/openssl.cnf'
|
||||
elif exists('/etc/ssl/openssl.cnf');
|
||||
elif exists('/etc/ssl/openssl.cnf'):
|
||||
return '/etc/ssl/openssl.cnf'
|
||||
else:
|
||||
raise Exception("Cannot find openssl config file")
|
||||
|
Reference in New Issue
Block a user