[sysadmin-bin] Don't keep SANs sorted, make them appear as on getssl



commit e3c8737dc78c3ab3f787ee01ff1af994021d1df6
Author: Andrea Veri <averi redhat com>
Date:   Tue Dec 11 18:48:02 2018 +0100

    Don't keep SANs sorted, make them appear as on getssl

 letsencrypt/letsencrypt_dns_add.py | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/letsencrypt/letsencrypt_dns_add.py b/letsencrypt/letsencrypt_dns_add.py
index 5927a51..f1ccdb8 100755
--- a/letsencrypt/letsencrypt_dns_add.py
+++ b/letsencrypt/letsencrypt_dns_add.py
@@ -27,7 +27,6 @@ for element in sansl:
    if item not in sansl_unique:
        sansl_unique.append(item)
 
-sansl_unique.sort()
 if domain == sansl_unique[0]:
     try:
         cloned_repo = git.Repo.clone_from(git_url, git_local_path)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]