About Checking to Which Domains a Let's Encrypt Certificate is Bounded

You can inspect the certificate information, including to which subdomains a certificate is bounded, using the following shell command:

1
2
3
$ openssl x509 \
> -in /etc/letsencrypt/archive/example.com/cert1.pem \
> -text -noout

Tips and Tricks Dev Ops Let's Encrypt SSL