Skip to content

Commit

Permalink
Add missing "algorithm" field to the trust-ca object
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Jun 21, 2019
1 parent 95e1a65 commit 25eda85
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions site/documentation/static/api/device-registry-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,17 @@ components:
description: The Base64 encoded binary DER encoding of the
trusted root certificate. Either this property
or `public-key` must be set.
"algorithm":
type: string
description: The algorithm used for the public key of the CA.
If the `cert` property is used to provide an
X.509 certificate then the algorithm is determined
from the certificate and this property is ignored.
Otherwise, i.e. if the `public-key` property is
used, this property must be set to the algorithm
used, if other than the default.
default: RSA
example: EC

Adapter:
type: object
Expand Down

0 comments on commit 25eda85

Please sign in to comment.