mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
system: garbage collect unused directories in certctl.py
We do not currently use /usr/local/share/certs/untrusted either, but keep it for future use. The other directories are not used by FreeBSD 14 or newer so just remove their use.
This commit is contained in:
parent
7d77f9f134
commit
95c2c2e49b
@ -37,8 +37,8 @@ import OpenSSL.crypto
|
||||
from cryptography import x509
|
||||
from cryptography.hazmat.primitives import serialization
|
||||
|
||||
TRUSTPATH = ['/usr/share/certs/trusted', '/usr/local/share/certs', '/usr/local/etc/ssl/certs']
|
||||
UNTRUSTEDPATH = ['/usr/share/certs/untrusted', '/usr/local/etc/ssl/untrusted', '/usr/local/etc/ssl/blacklisted']
|
||||
TRUSTPATH = ['/usr/share/certs/trusted', '/usr/local/share/certs']
|
||||
UNTRUSTEDPATH = ['/usr/share/certs/untrusted', '/usr/local/share/certs/untrusted']
|
||||
CERTDESTDIR = '/etc/ssl/certs'
|
||||
UNTRUSTDESTDIR = '/etc/ssl/untrusted'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user