Weblog

Mit acme.sh ein SSL-Zertifikat besorgen

6ter April 2026, Daniel Schildt

SSL Secure Sockets Layer

https://acme.sh, https://github.com/acmesh-official/acme.sh

# wget https://sbopkg.paketspiegel.de/15.0/acme.sh-3.1.2-noarch-1_SBo.tgz

# installpkg acme.sh-3.1.2-noarch-1_SBo.tgz

root

# wget -O - https://get.acme.sh | sh -s email=<eBriefadresse>

root

# ~/.acme.sh --register-account -m <eBriefadresse>

root

# ~/.acme.sh/acme.sh --list

# ~/.acme.sh/acme.sh --issue --domain <Domäne> --force --standalone

# ~/.acme.sh/acme.sh --renew --domain <Domäne> --force --standalone