From af30af6dff104bc6dcb9049703031eaf7f4754c5 Mon Sep 17 00:00:00 2001 From: Dan <36902356+danc403@users.noreply.github.com> Date: Wed, 28 Feb 2018 15:39:09 -0600 Subject: [PATCH] edited 5a example --- dnsapi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsapi/README.md b/dnsapi/README.md index 0eeeab7a..f27202ca 100644 --- a/dnsapi/README.md +++ b/dnsapi/README.md @@ -98,7 +98,7 @@ First you need to set your user:pass:database in the configuration. Ok, let's issue a cert now: ``` -acme.sh --issue --dns dns_pdns-mysql -d example.com -d www.example.com +acme.sh --issue --dns dns_pdns-mysql -d example.com -d *.example.com ```