-- Leo's gemini proxy

-- Connecting to warpengineer.space:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

Just so I don't forget, here are some notes on using the acme.sh script for SSL/TLS certs.


Install


curl https://get.acme.sh | sh

Advanced Install


./acme.sh --install \
          --home ~/myacme \
          --config-home ~/myacme/data \
          --cert-home ~/mycerts \
          --accountemail "[email protected]" \
          --accountkey ~/myaccount.key \
          --accountconf ~/myaccount.conf \
          --useragent "this is my client."


Just set the ones you care about.


https://www.howtoforge.com/getting-started-with-acmesh-lets-encrypt-client/


Issue


.acme.sh/acme.sh --issue --standalone -d DOMAIN

Upgrade


acme.sh --upgrade [--auto-upgrade]

-- Response ended

-- Page fetched on Sun May 19 12:36:46 2024