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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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