From eff026767c953e031a49e0fc6a863602c7edc525 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Tue, 5 May 2020 13:37:10 +0000
Subject: [PATCH] Apply suggestion to openappstack/__main__.py

---
 openappstack/__main__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/openappstack/__main__.py b/openappstack/__main__.py
index 9efad5bc2..239302962 100755
--- a/openappstack/__main__.py
+++ b/openappstack/__main__.py
@@ -30,6 +30,7 @@ ALL_TESTS = ['behave']
 
 # We're limiting to 56, because we use subdomains, the longest of which
 # is 7 characters (`office.`). Max CN length is 63 characters.
+# See https://github.com/jetstack/cert-manager/issues/2794 for details.
 MAX_DOMAIN_LENGTH = 56
 
 
-- 
GitLab