mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 16:29:24 -05:00
fix ci on py2, again
This commit is contained in:
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
Block a user