Skip to content

Commit

Permalink
custom cloudflare token
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed Mar 11, 2024
1 parent 035c93a commit 043b6bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Containers/Commands/CertbotCloudflare.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private function create_certificate(DockerService $docker_service, TerminalServi
if($token === null){
$token_file = '/root/cloudflare.ini';
}else{
$token_file = "/root/cloudflare-$token.ini";
$token_file = "/root/cloudflare_$token.ini";
}


Expand Down Expand Up @@ -90,7 +90,7 @@ private function renew_certificates(DockerService $docker_service, TerminalServi
if($token === null){
$token_file = '/root/cloudflare.ini';
}else{
$token_file = "/root/cloudflare-$token.ini";
$token_file = "/root/cloudflare_$token.ini";
}

collect(Storage::disk('configs')->files('certbot/letsencrypt/renewal'))
Expand Down

0 comments on commit 043b6bc

Please sign in to comment.