Skip to content

Commit

Permalink
fix a bug which cause crl_access_urls not being populated (#5436)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfxcc authored Nov 17, 2021
1 parent 79ae909 commit c7e109a
Showing 1 changed file with 3 additions and 2 deletions.
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

0 comments on commit c7e109a

Please sign in to comment.