I've let the cert lapse, and embarrassingly I have forgotten how to import it :-( and failed to keep any notes.
I've searched the community and been searching the docs, but I can only find info relating to using the gateway.
I don't have a gateway, just a standalone.
I *think* the command to use is something like this
---8<
/opt/tarantella/bin/jre/bin/keytool -importcert \
-file /root/.acme.sh/ytc1.dyndns.org
-keystore /opt/tarantella/var/info/certs/sslkeystore \
-storepass "$(cat /opt/tarantella/var/info/key)" \
-alias alias \
-keypass "$(cat /opt/tarantella/var/info/key)"
---8<
But I don't already have a /opt/tarantella/var/info/certs/sslkeystore dir , doubt I ran this command.
Connecting to my site the cert shows as timed out in Oct 2019.
What am I missing to apply the renewed cert please ?
TIA