Built on GH-890 to add other types

This commit is contained in:
Jeff Mitchell 2015-12-29 13:07:24 -05:00
parent b85c29349f
commit 134b4d2a42
1 changed files with 4 additions and 0 deletions

View File

@ -691,6 +691,10 @@ func addKeyUsages(creationInfo *creationBundle, certTemplate *x509.Certificate)
x509.ExtKeyUsageAny, x509.ExtKeyUsageAny,
x509.ExtKeyUsageServerAuth, x509.ExtKeyUsageServerAuth,
x509.ExtKeyUsageClientAuth, x509.ExtKeyUsageClientAuth,
x509.ExtKeyUsageCodeSigning,
x509.ExtKeyUsageEmailProtection,
x509.ExtKeyUsageTimeStamping,
x509.ExtKeyUsageOCSPSigning,
} }
} }
} }