fix: certbot not reload nginx
This commit is contained in:
parent
c24da9bea1
commit
f5ba45b20c
4 changed files with 22 additions and 7 deletions
|
|
@ -180,6 +180,11 @@ let
|
|||
publicKey = "oCRNCyg0bw6W6W87XQ4pIUW+WFi/bx9MG4cIwE23GxI=";
|
||||
allowedIPs = [ "10.0.0.144/32" ];
|
||||
}
|
||||
{
|
||||
dns = "rasp";
|
||||
publicKey = "z+2d+4FhSClGlSiAtaGnTgU6utxElfdRqiwPpCJFRn8=";
|
||||
allowedIPs = [ "10.0.0.145/32" ];
|
||||
}
|
||||
];
|
||||
|
||||
dnsRecords =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue