Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Renewing my Letsencrypt SSL cert

YTC#1 - Bruce D PorterMar 6 2020 — edited Mar 29 2020

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

This post has been answered by Jan-Oracle on Mar 6 2020
Jump to Answer
Comments
Post Details
Added on Mar 6 2020
7 comments
373 views