Description
Repo for https://github.com/dimkr/nss-tls. I don't own it, I'm just building the package.
Installation Instructions
After installing nss-tlsd
, start the daemons:
% sudo systemctl enable nss-tlsd
% sudo systemctl start nss-tlsd
% systemctl --user enable nss-tlsd
% systemctl --user start nss-tlsd
Then enable tls
in nsswitch.conf
:
- Edit
/etc/authselect/user-nsswitch.conf
to includetls
in thehosts
line.- Keep
dns
aftertls
on the line to fall back to regular DNS, or replacedns
withtls
- Keep
- Run
sudo authselect apply-changes
- If you've manually made changes to files authselect manages, this will fail. You'll need to undo the changes or use
authselect select
to revert to a clean profile.
- If you've manually made changes to files authselect manages, this will fail. You'll need to undo the changes or use
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
aarch64 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora 35 (0 downloads) |
![]() |
aarch64 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora 36 (8 downloads) |
![]() |
aarch64 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora 37 (4 downloads) |
![]() |
aarch64 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora 38 (3 downloads) |
![]() |
aarch64 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora rawhide (27 downloads) |
* Total number of packages downloaded in the last seven days.
Quick Enable
#> dnf copr enable jgoguen/nss-tls
More info about enabling Copr repositories