I run across this topic once in a while, trying to remember how this was done then find all the incomplete answers again (with config files, oneliners,ignoring that we really want to use a custom CA to create a full certificate chain etc.). And many answers applying SAN for the certificate request, but messing SAN up in the signing command…
Tag: certificate
How to list all SSL/TLS certificates programmatically in Linux?
To load the certificates in Windows I use: in Android: How can I do that in linux? If it can’t be done in Linux with this API how can I do it in another way? Answer You can find them under /etc/ssl/certs. Simply do a ls -l tells you more. They are all in .pem or .crt. Easy to read