compute/ssl-debug.md
... ...
@@ -37,6 +37,8 @@ awk 'BEGIN {i=0} /BEGIN CERT/{i++} { print > "cert" i ".pem"}'`
37 37
38 38
### Check keys match
39 39
Compare:
40
-`openssl x509 -noout -modulus -in <file>.pem
40
+```
41
+openssl x509 -noout -modulus -in <file>.pem
41 42
openssl rsa -noout -modulus -in <file>.key
42
-0penssl req -noout -modulus -in <file>.csr`
43
+openssl req -noout -modulus -in <file>.csr
44
+```