fix ci on py2, again

pull/5417/head
Richard van der Hoff 2019-06-10 17:55:01 +01:00
parent 81b8fdedf2
commit db74c4fc6c
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ CONFIG_TEMPLATE = b"""\
[default]
basicConstraints = CA:FALSE
keyUsage=nonRepudiation, digitalSignature, keyEncipherment
subjectAltName = %(sanentries)b
subjectAltName = %(sanentries)s
"""