You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,11 @@ your environment:
25
25
|*Variable*|*Description*|
26
26
| :--------------------- |:--------------|
27
27
|`acme-directory-url`| Change to production url - https://acme-v01.api.letsencrypt.org if ready for real certificate. |
28
-
|`acme-domains`| Array of domains to receive certificates for. |
29
28
|`acme-account-email`| Email of user requesting certificate. |
30
29
|`s3-account-bucket`| An S3 bucket to place account keys/config data into. You will need to create this bucket and assign the [IAM role](AWS.md) to read/write. |
31
30
|`s3-cert-bucket`| An S3 bucket to place domain certificate data into. You will need to create this bucket and assign the [IAM role](AWS.md) to read/write. |
32
31
|`s3-folder`| A folder within the above buckets to place the files under, in case there are other contents of these buckets. |
32
+
|`certificate-info`| Object containing certificate information mapping certificate names to domains. |
0 commit comments