Artificial intelligent assistant

Listing installed certificates in alpine I know there are several topics regarding installation of certiciates in `alpine`. Is there a way however to list the already trusted root CA's in `alpine`?

The `/etc/ssl/certs/ca-certificates.crt` is a long text file of concatenated certificates, each in PEM format. To view details of each one, you need something like:


openssl crl2pkcs7 -nocrl -certfile /etc/ssl/certs/ca-certificates.crt | openssl pkcs7 -print_certs -noout


This creates a temporary PKCS#7 file of all the certificates in the file, then prints their subject and issuer fields only. If you want all the details, add `-text` to the 2nd command.

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 77cedf64d596bb26cae7a4d92bbbc8fe