Skip to content

Commit

Permalink
chore: fix docs build in google-cloud-dialogflow-cx (#12345)
Browse files Browse the repository at this point in the history
Towards #12326 🦕

See googleapis/gapic-generator-python#1776

Co-authored-by: ohmayr <[email protected]>
  • Loading branch information
parthea and ohmayr authored Feb 21, 2024
1 parent 6f50db0 commit e2f9fed
Showing 1 changed file with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -666,12 +666,17 @@ class CACert(proto.Message):
certificates. N.B. Make sure the HTTPS server
certificates are signed with "subject alt name".
For instance a certificate can be self-signed
using the following command, openssl x509
-req -days 200 -in example.com.csr \
-signkey example.com.key \
-out example.com.crt \
-extfile <(printf
"\nsubjectAltName='DNS:www.example.com'")
using the following command:
::
openssl x509
-req -days 200 -in example.com.csr \
-signkey example.com.key \
-out example.com.crt \
-extfile <(printf
"\nsubjectAltName='DNS:www.example.com'")
"""

display_name: str = proto.Field(
Expand Down

0 comments on commit e2f9fed

Please sign in to comment.