Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing "algorithm" field to the trust-ca object #1304

Merged
merged 1 commit into from
Jun 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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