mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Merge pull request #2253 from alex/patch-1
Fixed formatting of code blocks
This commit is contained in:
+3
-3
@@ -170,7 +170,7 @@ Changing your settings
|
|||||||
|
|
||||||
This will probably look something like
|
This will probably look something like
|
||||||
|
|
||||||
..code-block: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
letsencrypt --cipher-recommendations mozilla-secure
|
letsencrypt --cipher-recommendations mozilla-secure
|
||||||
letsencrypt --cipher-recommendations mozilla-intermediate
|
letsencrypt --cipher-recommendations mozilla-intermediate
|
||||||
@@ -179,14 +179,14 @@ This will probably look something like
|
|||||||
to track Mozilla's *Secure*, *Intermediate*, or *Old* recommendations,
|
to track Mozilla's *Secure*, *Intermediate*, or *Old* recommendations,
|
||||||
and
|
and
|
||||||
|
|
||||||
..code-block: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
letsencrypt --update-ciphers on
|
letsencrypt --update-ciphers on
|
||||||
|
|
||||||
to enable updating ciphers with each new Let's Encrypt client release,
|
to enable updating ciphers with each new Let's Encrypt client release,
|
||||||
or
|
or
|
||||||
|
|
||||||
..code-block: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
letsencrypt --update-ciphers off
|
letsencrypt --update-ciphers off
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user