From 0b9d1294fe90e9c886b12bbb44e6dd2c18350c0d Mon Sep 17 00:00:00 2001 From: simonpetit Date: Fri, 6 Dec 2024 16:39:12 +0000 Subject: [PATCH] completing draft --- drafts/gitea_and_drone.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/drafts/gitea_and_drone.md b/drafts/gitea_and_drone.md index 8d2399e..cb9b381 100644 --- a/drafts/gitea_and_drone.md +++ b/drafts/gitea_and_drone.md @@ -145,3 +145,16 @@ For certbot to generate the certificate, we need nginx to have this minimal conf } } +Indeed, for the ACME challenge, certbot must have a positive respone to /.well-known/acme-challenge/, which points to /var/www/cerbot. + +Now we can run certbot to generate the certificate. Let us start with a dry run first : + + Insert dry run command + + + +### Configuring Gitea + +### Starting with Drone CI + +