From 11847d7cac8a2873315ad487354acc5770f62497 Mon Sep 17 00:00:00 2001 From: islandlinux Date: Tue, 22 Oct 2024 08:15:28 -0700 Subject: [PATCH] minor formatting --- DNS-manual-mode.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DNS-manual-mode.md b/DNS-manual-mode.md index 8662156..a4a3c16 100644 --- a/DNS-manual-mode.md +++ b/DNS-manual-mode.md @@ -33,13 +33,13 @@ acme.sh --renew -d example.com \ *** **if your DNS _acme challenge fails when using renew, your respective CA will generate new _acme challenge,** -_**make sure to wait 1 min for DNS entries to reflect before using renew.**_ +_**make sure to wait 1 minute for DNS entries to reflect before using renew.**_ *** -_**if you had issued a Staging/Production Certificate with SHA CSR then use the --force switch to overwrite any entries of old CER and issue fresh CER.**_ +_**if you had issued a Staging/Production Certificate with SHA CSR then use the `--force` switch to overwrite any entries of old CER and issue fresh CER.**_ ```sh acme.sh --renew -d example.com \ @@ -47,7 +47,7 @@ acme.sh --renew -d example.com \ ``` -_**if you had issued a Staging/Production Certificate with ECC CSR then use the --ecc --force switch to overwrite any entries of old CER and issue fresh CER.**_ +_**if you had issued a Staging/Production Certificate with ECC CSR then use the `--ecc --force` switch to overwrite any entries of old CER and issue fresh CER.**_ ```sh acme.sh --renew -d example.com \ --yes-I-know-dns-manual-mode-enough-go-ahead-please --ecc --force