acme.sh list all SSL certificates

acme.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

Advertisement

Acme.sh list SSL certificates

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:~#
Add a comment

Leave a Reply

Your email address will not be published. Required fields are marked *

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Advertisement