1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Fix filename in example (#8275)

This commit is contained in:
Xebax
2020-09-09 18:01:04 +02:00
committed by GitHub
parent 95a6b61cdc
commit f85b738e2f

View File

@@ -72,7 +72,7 @@ Examples
certbot certonly \\
--dns-ovh \\
--dns-ovh-credentials ~/.secrets/certbot/ohv.ini \\
--dns-ovh-credentials ~/.secrets/certbot/ovh.ini \\
-d example.com
.. code-block:: bash