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

fix a bug which cause crl_access_urls not being populated #5436

Merged
merged 1 commit into from
Nov 17, 2021
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
5 changes: 3 additions & 2 deletions mmv1/products/privateca/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -438,11 +438,12 @@ objects:
The URL where this CertificateAuthority's CA certificate is published. This will only be
set for CAs that have been activated.
output: true
- !ruby/object:Api::Type::String
name: 'crlAccessUrl'
- !ruby/object:Api::Type::Array
name: 'crlAccessUrls'
description: |
The URL where this CertificateAuthority's CRLs are published. This will only be set for
CAs that have been activated.
item_type: Api::Type::String
output: true
- !ruby/object:Api::Type::String
name: 'createTime'
Expand Down