fix ci on py2, again
parent
81b8fdedf2
commit
db74c4fc6c
|
@ -50,7 +50,7 @@ CONFIG_TEMPLATE = b"""\
|
||||||
[default]
|
[default]
|
||||||
basicConstraints = CA:FALSE
|
basicConstraints = CA:FALSE
|
||||||
keyUsage=nonRepudiation, digitalSignature, keyEncipherment
|
keyUsage=nonRepudiation, digitalSignature, keyEncipherment
|
||||||
subjectAltName = %(sanentries)b
|
subjectAltName = %(sanentries)s
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue