Add Ubuntu location of (curl) certificate bundle that we can use

This commit is contained in:
Ruben van Staveren 2019-05-06 14:20:29 +02:00
parent ba984d46a1
commit 5adfd4ef66

View File

@ -19,6 +19,7 @@ from cryptography.hazmat.primitives import serialization
MOZROOTBUNDLE_LOCATIONS = [
'/etc/ssl/cert.pem',
'/etc/pki/tls/cert.pem',
'/etc/ssl/certs/ca-certificates.crt',
]
VALID_HOSTNAME_RE = '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])'\