Skip to content

Commit

Permalink
[signd] add keyCertSign to key uses critical statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bugfinder committed Jul 15, 2015
1 parent 276172f commit 56176fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signd
Expand Up @@ -676,7 +676,7 @@ emailAddress = "$email"
basicConstraints = critical,CA:false
subjectKeyIdentifier=hash
authorityKeyIdentifier=keyid,issuer
keyUsage = critical,digitalSignature
keyUsage = critical,keyCertSign,digitalSignature
extendedKeyUsage = codeSigning
EOL
open(F, ">$tmpdir/sslreq$$.conf") || die("$tmpdir/sslreq$$.conf: $!\n");
Expand Down

0 comments on commit 56176fb

Please sign in to comment.