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

Allow multiple SSL Certificates on SSL Proxy LBs #377

Merged
Show file tree
Hide file tree
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: 2 additions & 3 deletions plugins/modules/gcp_compute_target_ssl_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@
ssl_certificates:
description:
- A list of SslCertificate resources that are used to authenticate connections
between users and the load balancer. Currently, exactly one SSL certificate
must be specified.
between users and the load balancer. At least one SSL certificate must be specified.
elements: dict
required: true
type: list
Expand Down Expand Up @@ -279,7 +278,7 @@
sslCertificates:
description:
- A list of SslCertificate resources that are used to authenticate connections between
users and the load balancer. Currently, exactly one SSL certificate must be specified.
users and the load balancer. At least one SSL certificate must be specified.
returned: success
type: list
sslPolicy:
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/gcp_compute_target_ssl_proxy_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@
sslCertificates:
description:
- A list of SslCertificate resources that are used to authenticate connections
between users and the load balancer. Currently, exactly one SSL certificate
must be specified.
between users and the load balancer. At least one SSL certificate must be
specified.
returned: success
type: list
sslPolicy:
Expand Down