I’ve created and installed an SSL certificate from ZeroSSL (default) following the steps outlined at https://github.com/acmesh-official/acme.sh/wiki/DNS-manual-mode
This certificate will expire in a week, so I need to renew it.
I’ve run acme.sh --renew -d my.domain.com --yes-I-know-dns-manual-mode-enough-go-ahead-please
, obtained a new TXT record, changed TXT entry in my DNS and have re-run acme.sh --renew ...
which ended with Cert success.
and displayed certificate on console. I can see the new dates when I run acme.sh --list
, however my website still shows the old certificate dates in browser. What am I missing? I find this two different modes of operation for --renew
command confusing. (I see The domain ... seems to already have an ECC cert, let's use it.
message when I execute --renew
)