From 91d4c2c66c7379e5f4d1c7a8a65a7fa5304c7f34 Mon Sep 17 00:00:00 2001 From: Francesc Guasch Date: Fri, 27 Sep 2024 15:31:37 +0200 Subject: [PATCH] wip: create cert script literal include --- docs/docs/spice_tls.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/spice_tls.rst b/docs/docs/spice_tls.rst index e3756c619..fa164a76c 100644 --- a/docs/docs/spice_tls.rst +++ b/docs/docs/spice_tls.rst @@ -60,7 +60,7 @@ Create self signed certificate Download and modify your servername in `v3.ext `__ file, then run the `create_cert.sh `__ script. -.. include:: create_cert.sh +.. literalinclude:: create_cert.sh :code: bash .. warning::