From bdde58715972d4ab5bf7b9f6aec907e992006e0a Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 1 Aug 2019 10:57:35 +0300 Subject: [PATCH] Documentation update for Gandi.Net Documentation updated to include usage example for changes made in https://github.com/acmephp/acmephp/pull/162. --- getting-started/2-obtain-certificate-easy.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/getting-started/2-obtain-certificate-easy.md b/getting-started/2-obtain-certificate-easy.md index 4a6f330..86e5f80 100644 --- a/getting-started/2-obtain-certificate-easy.md +++ b/getting-started/2-obtain-certificate-easy.md @@ -36,6 +36,13 @@ certificates: region: eu-west-1 loadbalancer: my_elb listener: 443 + - domain: example.com + solver: + name: gandi + api_key: AAAAAAAAAAA # the API key could be obtained from Gandi.Net Admin Panel + subject_alternative_names: + - '*.example.com' + - www.subdomain.example.com - domain: www.example.com solver: name: http-file