Check systems trust store
Miklos Halasz

Miklos Halasz @kubenetic

About: I'm a DevOps engineer with full-stack experience and I'm love to try out new stuffs on my homelab.

Location:
Belgium
Joined:
Feb 11, 2025

Check systems trust store

Publish Date: Apr 4
0 0

I recently had to check whether a CA certificate was added to the trust store of a Linux I was working on. The system already had p11-kit installed so I could use the trust command like this:

trust list
Enter fullscreen mode Exit fullscreen mode

This command lists all entries from the system's trust store. It's a quite long list but you can use grep to filter it and find exactly what you are looking for, like this:

trust list | grep e-Szigno
Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment