From 52f64090f55eaffc1d869e1603bf42b84e2c1c24 Mon Sep 17 00:00:00 2001
From: Christian Poessinger <christian@poessinger.com>
Date: Wed, 8 Sep 2021 13:11:44 +0200
Subject: pki: remove invalid character from shell command

---
 docs/configuration/pki/index.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'docs/configuration')

diff --git a/docs/configuration/pki/index.rst b/docs/configuration/pki/index.rst
index a10124c1..cd47e43f 100644
--- a/docs/configuration/pki/index.rst
+++ b/docs/configuration/pki/index.rst
@@ -178,7 +178,7 @@ CA (Certificate Authority)
     Also, the certificate/key needs to be presented in a single line without
     line breaks (``\n``), this can be done using the following shell command:
 
-    ``$ tail -n +2 ca.pem | head -n -1 | tr -d '\n'H``
+    ``$ tail -n +2 ca.pem | head -n -1 | tr -d '\n'``
 
 .. cfgcmd:: set pki ca <name> crl
 
@@ -199,7 +199,7 @@ CA (Certificate Authority)
     certificate/key needs to be presented in a single line without line
     breaks (``\n``), this can be done using the following shell command:
 
-    ``$ tail -n +2 ca.key | head -n -1 | tr -d '\n'H``
+    ``$ tail -n +2 ca.key | head -n -1 | tr -d '\n'``
 
 .. cfgcmd:: set pki ca <name> private password-protected
 
@@ -221,7 +221,7 @@ certificates used by services on this router.
     Also, the certificate/key needs to be presented in a single line without
     line breaks (``\n``), this can be done using the following shell command:
 
-    ``$ tail -n +2 cert.pem | head -n -1 | tr -d '\n'H``
+    ``$ tail -n +2 cert.pem | head -n -1 | tr -d '\n'``
 
 .. cfgcmd:: set pki certificate <name> description
 
@@ -237,7 +237,7 @@ certificates used by services on this router.
     certificate/key needs to be presented in a single line without line
     breaks (``\n``), this can be done using the following shell command:
 
-    ``$ tail -n +2 cert.key | head -n -1 | tr -d '\n'H``
+    ``$ tail -n +2 cert.key | head -n -1 | tr -d '\n'``
 
 .. cfgcmd:: set pki certificate <name> private password-protected
 
-- 
cgit v1.2.3