Launch Certbot Docker Image

Joined
Apr 14, 2021
Messages
5
Hello,

I'm migrating from TrueNAS Core to Scale and I'm having some difficulty to manage my certificates.
I installed the nginx docker image and certbot/certbot but it does not start.
The container stays in DEPLOYING status with these Application Events:

2022-04-30 14:22:57
Back-off restarting failed container
2022-04-30 14:22:55
Started container ix-chart
2022-04-30 14:22:55
Created container ix-chart
2022-04-30 14:22:55
Container image "certbot/certbot:latest" already present on machine
2022-04-30 14:23:14
Deleted pod: certbot-ix-chart-57cdf7cbdb-h48bt
2022-04-30 14:23:14
Scaled down replica set certbot-ix-chart-57cdf7cbdb to 0
2022-04-30 14:22:55
Add eth0 [172.16.0.158/16] from ix-net
Successfully assigned ix-certbot/certbot-ix-chart-646b858d56-frjb8 to ix-truenas
2022-04-30 14:22:54
Created pod: certbot-ix-chart-646b858d56-frjb8
2022-04-30 14:22:54
Scaled up replica set certbot-ix-chart-646b858d56 to 1

The logs give me this information:

2022-04-30 13:01:26.036209+00:00Saving debug log to /var/log/letsencrypt/letsencrypt.log
2022-04-30 13:01:26.036388+00:00Certbot doesn't know how to automatically configure the web server on this system. However, it can still get a certificate for you. Please run "certbot certonly" to do so. You'll need to manually configure your web server to use the resulting certificate.


Does anyone have an idea to help me solve my problem please?
 
Top