epugh commented on code in PR #2579:
URL: https://github.com/apache/solr/pull/2579#discussion_r1686361863


##########
solr/solr-ref-guide/modules/deployment-guide/pages/enabling-ssl.adoc:
##########
@@ -445,9 +445,9 @@ $ bin/solr post --solr-update-url 
https://localhost:8984/solr/mycollection/updat
 Use curl to query the SolrCloud collection created above, from a directory 
containing the PEM formatted certificate and key created above (e.g., 
`example/etc/`).
 If you have not enabled client authentication (system property 
`-Djetty.ssl.clientAuth=true)`, then you can remove the `-E 
solr-ssl.pem:secret` option:
 
-[source,bash]
+[source,console]
 ----
-curl -E solr-ssl.pem:secret --cacert solr-ssl.pem 
"https://localhost:8984/solr/mycollection/select?q=*:*";
+$ curl -E solr-ssl.pem:secret --cacert solr-ssl.pem 
"https://localhost:8984/solr/mycollection/select?q=*:*";

Review Comment:
   ;-).  One thing that I find annoying for me at least is that the copy only 
(for me) takes the first line..  I haven't figured out how to get it to copy 
multiple lines...  Have you seen the same behavior?  Maybe another bug/issue 
with antora?  



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to