commit caa2ec4ce1b792207c14118ef0cc1f42b4fbfcb7
parent b05e22e5a7ae0abae34250925d0376432b95c5aa
Author: Joris Vink <joris@coders.se>
Date: Thu, 23 Sep 2021 14:50:32 +0200
missing attach keyword
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/api/python.md b/api/python.md
@@ -259,6 +259,7 @@ The cert and key keywords should not be specified if acme is True.
| Keyword | Description |
| --- | --- |
+| attach | Attach this domain to the given server name. |
| cert | The path to the certificate for this domain. |
| key | The path to the private key for this domain. |
| acme | If true will use the configured ACME provider (let's encrypt by default) to automatically obtain an X509 for this domain. |