Skip to content

Commit 73d3142

Browse files
committed
[DOCS] Fixes inline callout in TLS tutorial (#230)
1 parent 3580523 commit 73d3142

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/en/stack/security/securing-communications/tutorial-tls-certificates.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ For example:
113113
["source","sh",subs="attributes,callouts"]
114114
----------------------------------------------------------------------
115115
./bin/elasticsearch-certutil cert --ca ca/ca.p12 \ <1>
116-
--name <node-name> <2> --dns <domain_name> <3> --ip <ip_addresses> <4>
116+
--name <node-name> \ <2>
117+
--dns <domain_name> \ <3>
118+
--ip <ip_addresses> <4>
117119
----------------------------------------------------------------------
118120
// NOTCONSOLE
119121
<1> The certificate authority that you generated for this cluster.

0 commit comments

Comments
 (0)