mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
Only apply authorityKeyIdentifier if the button is enabled
This commit is contained in:
parent
ce12832332
commit
d1fad54743
@ -51,7 +51,7 @@ x509v3ext NewX509::getSubKeyIdent()
|
||||
x509v3ext NewX509::getAuthKeyIdent()
|
||||
{
|
||||
x509v3ext ext;
|
||||
if (!authKey->isChecked())
|
||||
if (!authKey->isChecked() || !authKey->isEnabled())
|
||||
return ext;
|
||||
|
||||
QString x = "keyid,issuer:always";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user