acme.sh list all SSL certificates
Written by Yujin Boby
Edit in WordPressacme.sh is an open source bash script that makes it easy to issue free SSL certificates using LetsEcrypt and ZeroSSL.
To list all SSL certificates, use the command
acme.sh --list
Example

If you need to delete an SSL certficate, run command
acme.sh --remove -d DOMAIN_NAME_HERE
Example
root@ok:~# acme.sh --remove -d booctep.com [Tue 17 Aug 2021 08:25:20 AM UTC] booctep.com is removed, the key and cert files are in /root/.acme.sh/booctep.com [Tue 17 Aug 2021 08:25:20 AM UTC] You can remove them by yourself. root@ok:~#
See acme.sh
