Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions getting-started/2-obtain-certificate-easy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down