Closed tryallthethings closed 5 months ago
There is no automatism in this cast, as the script does not know what certificate is required (and I do have a small subset in my repository only).
So in general you would have to do it yourself manually, however for Let's Encrypt you can just run:
$CertificateAvailable "R3";
Might be a good addition for the future to have at least the big CA's automated.
The command worked great. Can I throw this into the scheduler to have it updated regularly?
No need... The certificate is valid for loooooong time.
And you could switch to ECDSA certificate chain (root X2) to be on the safe side. That's what I use for my site.
Hey! I just found this and wanted to set up ntfy.sh notifications. But ran into an issue. I have a self-hosted ntfy.sh instance. I downloaded the main script, added the ntfy.sh module, configured it and tried it. But it runs into an error.
Error:
Download from n.domain.com FAILED: SSL: ssl: no trusted CA certificate found (6)
Do I have to manually download and update the certificate + root certificate to make this work, or is there an automatism? I'm using Let's encrypt for the service.