Open ymotongpoo opened 4 years ago
Considering how to bundle and renew the TLS certificate used in the app. Currently the app is using the certificate issued from Let's Encrypt.
Given that, my idea here is to include lego and use renew
command with --days
on starting up the container.
Downsides of this method are:
Any comments?
According to @mopemope, caddy would help the automation of TLS certificate renewal.
Currently, ogp.app is running on normal GCE instance that requires to configure Cloud Logging agent to transfer logs to its backend. Also it requires extra setup to tail logfile for the log transfer.
By making the artifact of the app in container format, we can run the app on:
and we'll get more flexibilities on the development process.