From 9983ff0c89eef1dd5ad72e51a89bed6c9f4da048 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org>
Date: Tue, 17 Mar 2020 14:59:34 -0400
Subject: [PATCH] fix markdown markup

---
 tsa/howto/puppet.mdwn | 25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 deletions(-)

diff --git a/tsa/howto/puppet.mdwn b/tsa/howto/puppet.mdwn
index d5cdabfe..3c5f9723 100644
--- a/tsa/howto/puppet.mdwn
+++ b/tsa/howto/puppet.mdwn
@@ -586,28 +586,25 @@ as well.
 
 ## Revoking and generating a new certificate for a host
 
-Revocation procedures problems were discussed in:
+Revocation procedures problems were discussed in [33587][] and [33446][].
 
-[#33587]: https://trac.torproject.org/projects/tor/ticket/33587
-[#33446]: https://trac.torproject.org/projects/tor/ticket/33446#comment:17
+[33587]: https://trac.torproject.org/projects/tor/ticket/33587
+[33446]: https://trac.torproject.org/projects/tor/ticket/33446#comment:17
 
-1. Clean the certificate on the master
+ 1. Clean the certificate on the master
 
-`puppet cert clean host.torproject.org
-`
-2. Clean the certificate on the client:
+        puppet cert clean host.torproject.org
 
-`find /var/lib/puppet/ssl -name host.torproject.org.pem -delete
-`
+ 2. Clean the certificate on the client:
 
-Then run the bootstrap script on the client from `tsa-misc/installer/puppet-bootstrap-client `
-and get a new checksum
+        find /var/lib/puppet/ssl -name host.torproject.org.pem -delete
 
-Run `tpa-puppet-sign-client` on the master and pass the checksum.
+ 3. Then run the bootstrap script on the client from
+    `tsa-misc/installer/puppet-bootstrap-client ` and get a new checksum
 
-The client will pick it up from there.
+ 4. Run `tpa-puppet-sign-client` on the master and pass the checksum
 
-Run `puppet agent -t` to have puppet running on the client again.
+ 5. Run `puppet agent -t` to have puppet running on the client again.
 
 # Reference
 
-- 
GitLab