W Shao
W Shao
I will be updated 30 days before expiry (which is 90 days). The rate limit is a few times a week. This shouldn't be a problem. What I guess is...
Make sure to use volumes to preserve the certificate between restarts. When HTTPS-PORTAl detect certs available, it won't try to get new ones.
No, it is not. Do you find anything such as [this](https://github.com/SteveLTN/https-portal/blob/master/fs_overlay/opt/certs_manager/certs_manager.rb#L72) and [this](https://github.com/SteveLTN/https-portal/blob/master/fs_overlay/opt/certs_manager/certs_manager.rb#L74)? It checks the certificates every day. But only if the certificate needs renewing, it will try to...
So, the frequency of running the renewal job looks okay. It is supposed to run everyday, and see if the certificate needs to be updated. The problem is, why does...
I put [some debug code](https://github.com/SteveLTN/https-portal/blob/issue-329-debug/fs_overlay/opt/certs_manager/lib/open_ssl.rb#L32-L37) in the branch `issue-329-debug`. Could you check out the code and build from it? Then turn on `DEBUG=true`, you should have some prints to see...
Thank you! I'm a bit busy at my day job. Will check later!
1.23.0 is released and includes this PR. Thanks for the help!
Thanks! Crazy busy with my work, will check it later!
1.23.0 is released and includes this PR. Thanks for the help!
I'm afraid I don't fully understand your problem. Are your other domains managed by HTTPS-PORTAL as well? If so, there should be no problem. If you want to override Nginx...