mirror of
https://github.com/YellowJacketLinux/LFS.git
synced 2025-01-23 22:42:17 +08:00
7 lines
232 B
Plaintext
7 lines
232 B
Plaintext
|
# Macros related to make-ca certificates
|
||
|
%_ssldir /etc/ssl
|
||
|
%_pkitls /etc/pki/tls
|
||
|
%cabundle %{_pkitls}/certs/ca-bundle.crt
|
||
|
%email_cabundle %{_pkitls}/certs/email-ca-bundle.crt
|
||
|
%objsign_cabundle %{_pkitls}/certs/objsign-ca-bundle.crt
|