Skip to content
Discussion options

You must be logged in to vote

@rubyonrails3 the certificates will be renewed once they're within 30 days of their expiration. There is a background process that handles this automatically, so you don't need to take any action to make sure it occurs. They aren't renewed on every deploy, mainly because there's no need to do so if a valid certificate is already present.

There isn't a way to manually renew the certificate. You could force one to be re-issued (which is not quite the same as a renewal) by deleting the stored certificate from $HOME/.config/kamal-proxy/certs and re-deploying; or by changing the details of the domains in the certificate (such as adding an additional hostname to the service). Bear in mind there…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by rubyonrails3
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants