Skip to content

Commit fc2a56a

Browse files
Google APIscopybara-github
authored andcommitted
docs: minor formatting
PiperOrigin-RevId: 823067257
1 parent 5ad924f commit fc2a56a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google/cloud/dialogflow/v2beta1/tool.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,10 +501,12 @@ message Tool {
501501
// store to verify certificates. N.B. Make sure the HTTPS server
502502
// certificates are signed with "subject alt name". For instance a
503503
// certificate can be self-signed using the following command,
504+
// ```
504505
// openssl x509 -req -days 200 -in example.com.csr \
505506
// -signkey example.com.key \
506507
// -out example.com.crt \
507508
// -extfile <(printf "\nsubjectAltName='DNS:www.example.com'")
509+
// ```
508510
bytes cert = 2 [(google.api.field_behavior) = REQUIRED];
509511
}
510512

0 commit comments

Comments
 (0)