pages/*: remove spaces around slashes (" / ") (#10349)

This commit is contained in:
K.B.Dharun Krishna
2023-06-13 22:44:43 +05:30
committed by GitHub
parent 89725aa36f
commit 9add941ec6
15 changed files with 16 additions and 16 deletions

View File

@@ -15,7 +15,7 @@
`acme.sh --issue --dns {{dns_cf}} --domain {{example.com}} --challenge-alias {{alias-for-example-validation.com}}`
- Issue a certificate while disabling automatic Cloudflare / Google DNS polling after the DNS record is added by specifying a custom wait time in seconds:
- Issue a certificate while disabling automatic Cloudflare/Google DNS polling after the DNS record is added by specifying a custom wait time in seconds:
`acme.sh --issue --dns {{dns_namecheap}} --domain {{example.com}} --dnssleep {{300}}`