Skip to content

Commit f7bbeb6

Browse files
convert tabs to spaces
1 parent 791fa05 commit f7bbeb6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/ca_roots.jl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ bundled_ca_roots() =
5656
normpath(Sys.BINDIR::String, "..", "share", "julia", "cert.pem")
5757

5858
const LINUX_CA_ROOTS = [
59-
"/etc/ssl/cert.pem" # Alpine Linux
60-
"/etc/ssl/ca-bundle.pem" # OpenSUSE
61-
"/etc/ssl/ca-certificates.pem" # OpenSUSE
59+
"/etc/ssl/cert.pem" # Alpine Linux
60+
"/etc/ssl/ca-bundle.pem" # OpenSUSE
61+
"/etc/ssl/ca-certificates.pem" # OpenSUSE
6262
"/etc/ssl/certs/ca-bundle.crt" # Debian/Ubuntu/Gentoo etc.
6363
"/etc/ssl/certs/ca-certificates.crt" # Debian/Ubuntu/Gentoo etc.
64-
"/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem" # CentOS/RHEL 7
65-
"/etc/pki/tls/certs/ca-bundle.crt" # Fedora/RHEL 6
66-
"/etc/pki/tls/certs/ca-certificates.crt" # Fedora/RHEL 6
67-
"/etc/pki/tls/cacert.pem" # OpenELEC
64+
"/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem" # CentOS/RHEL 7
65+
"/etc/pki/tls/certs/ca-bundle.crt" # Fedora/RHEL 6
66+
"/etc/pki/tls/certs/ca-certificates.crt" # Fedora/RHEL 6
67+
"/etc/pki/tls/cacert.pem" # OpenELEC
6868
]
6969

7070
const BSD_CA_ROOTS = [

0 commit comments

Comments
 (0)