We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833f8ee commit 90afd35Copy full SHA for 90afd35
osgtest/tests/test_407_voms.py
@@ -80,7 +80,7 @@ def test_08_voms_proxy_check(self):
80
81
pwd_entry = pwd.getpwnam(core.options.username)
82
cert_path = os.path.join(pwd_entry.pw_dir, '.globus', 'usercert.pem')
83
- command = ['openssl', 'x509', '-in', cert_path, '-text']
+ command = ['openssl', 'x509', '-in', cert_path, '-nameopt', 'compat', '-text']
84
signature_re = re.compile(r'Signature Algorithm:\s+(\w+)\s')
85
stdout = core.check_system(command, 'Check X.509 certificate algorithm', user=True)[0]
86
match = signature_re.search(stdout)
0 commit comments