mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
Drop M2Crypto
This commit is contained in:
@@ -409,6 +409,7 @@ def separate_list_input(input_):
|
||||
"""
|
||||
no_commas = input_.replace(",", " ")
|
||||
# Each string is naturally unicode, this causes problems with M2Crypto SANs
|
||||
# TODO: check if above is still true when M2Crypto is gone ^
|
||||
return [str(string) for string in no_commas.split()]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user