We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad924f commit fc2a56aCopy full SHA for fc2a56a
google/cloud/dialogflow/v2beta1/tool.proto
@@ -501,10 +501,12 @@ message Tool {
501
// store to verify certificates. N.B. Make sure the HTTPS server
502
// certificates are signed with "subject alt name". For instance a
503
// certificate can be self-signed using the following command,
504
+ // ```
505
// openssl x509 -req -days 200 -in example.com.csr \
506
// -signkey example.com.key \
507
// -out example.com.crt \
508
// -extfile <(printf "\nsubjectAltName='DNS:www.example.com'")
509
510
bytes cert = 2 [(google.api.field_behavior) = REQUIRED];
511
}
512
0 commit comments