Skip to content

Commit

Permalink
Removed default val for eku oids & go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexionescu committed Jun 1, 2018
1 parent bfc8700 commit ac2f7ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion builtin/logical/pki/cert_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ func signCertificate(data *dataBundle) (*certutil.ParsedCertBundle, error) {

addKeyUsages(data, certTemplate)

addExtKeyUsageOids(data, certTemplate)
addExtKeyUsageOids(data, certTemplate)

var certBytes []byte

Expand Down
1 change: 0 additions & 1 deletion builtin/logical/pki/path_roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ this value to an empty list.`,

"ext_key_usage_oids": &framework.FieldSchema{
Type: framework.TypeCommaStringSlice,
Default: []string{},
Description: `A comma-separated string or list of extended key usage oids.`,
},

Expand Down

0 comments on commit ac2f7ef

Please sign in to comment.