Add Ubuntu location of (curl) certificate bundle that we can use
This commit is contained in:
parent
ba984d46a1
commit
5adfd4ef66
@ -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])'\
|
||||
|
Loading…
x
Reference in New Issue
Block a user